google_cloud_run_domain_mapping
force_override
is incorrectly set to false
even when sent as true
#7973
Labels
google_cloud_run_domain_mapping
force_override
is incorrectly set to false
even when sent as true
#7973
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
No diff.
Actual Behavior
Terraform runs into a permadiff, as the API doesn't return the field.
Steps to Reproduce
terraform apply
Important Factoids
We need to mark the field as
ignore_read
. This is an artifact of the Cloud Run API mapping a Kubernetes Custom Resource into a REST API, I think, and would have been a create-time parameter otherwise.References
The text was updated successfully, but these errors were encountered: