Remove the default value for the field rule.rate_limit_options.enforce_on_key on resource google_compute_security_policy #13883
Labels
breaking-change
persistent-bug
Hard to diagnose or long lived bugs for which resolutions are more like feature work than bug work
service/terraform
size/s
Milestone
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
Panic Output
Expected Behavior
The default value of the field
rule.rate_limit_options.enforce_on_key
should be removed, which is a breaking change. More context can be found in the PRhttps://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/resources/resource_compute_security_policy.go.erb#L263
Remove empty string from the allowed value of the field
rule.rate_limit_options.enforce_on_key
https://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/resources/resource_compute_security_policy.go.erb#L265
Remove
enforce_on_key = ""
from the testshttps://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/tests/resource_compute_security_policy_test.go.erb#L1204
https://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/tests/resource_compute_security_policy_test.go.erb#L1250
Remove
enforce_on_key = ""
from the doc examplehttps://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/website/docs/r/compute_security_policy.html.markdown?plain=1#L142
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: