You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see that provider/terraform detects manual changes as it's in the debug logs:
- .api_data["OriginHostHeader"]: was cty.StringVal("a-bucket-com.storage.googleapis.com"), but now cty.StringVal("b-bucket-com.storage.googleapis.com")
but it doesn't appear in the plan output
No changes. Your infrastructure matches the configuration.
When I call
TF_LOG=debug terraform plan
I can see that provider/terraform detects manual changes as it's in the debug logs:
but it doesn't appear in the plan output
My terraform config:
The text was updated successfully, but these errors were encountered: