-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating google_dns_record_set with rrdatas from google_dns_keys data source causes replacement due to case differences #9093
Closed
MontyD opened this issue
May 6, 2021
· 2 comments
· Fixed by GoogleCloudPlatform/magic-modules#4769, GoogleCloudPlatform/terraform-google-conversion#701, #9099 or hashicorp/terraform-provider-google-beta#3236
Closed
Creating google_dns_record_set with rrdatas from google_dns_keys data source causes replacement due to case differences #9093
MontyD opened this issue
May 6, 2021
· 2 comments
· Fixed by GoogleCloudPlatform/magic-modules#4769, GoogleCloudPlatform/terraform-google-conversion#701, #9099 or hashicorp/terraform-provider-google-beta#3236
Labels
Comments
rjw57
added a commit
to rjw57/magic-modules
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes hashicorp/terraform-provider-google#9093
5 tasks
GoogleCloudPlatform/magic-modules#4769 opened which should fix this |
ScottSuarez
pushed a commit
to GoogleCloudPlatform/magic-modules
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes hashicorp/terraform-provider-google#9093
modular-magician
added a commit
to modular-magician/terraform-google-conversion
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes hashicorp/terraform-provider-google#9093 Signed-off-by: Modular Magician <[email protected]>
5 tasks
modular-magician
added a commit
to GoogleCloudPlatform/terraform-google-conversion
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes hashicorp/terraform-provider-google#9093 Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
to modular-magician/terraform-provider-google-beta
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes hashicorp/terraform-provider-google#9093 Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
to modular-magician/terraform-provider-google
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes hashicorp#9093 Signed-off-by: Modular Magician <[email protected]>
This was referenced May 6, 2021
modular-magician
added a commit
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes #9093 Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
to hashicorp/terraform-provider-google-beta
that referenced
this issue
May 6, 2021
DS records need case change suppression as with "MX" records. Closes hashicorp/terraform-provider-google#9093 Signed-off-by: Modular Magician <[email protected]>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Expected Behaviour
After initial creation
google_dns_record_set.project_keys
should not be recreated on subsequent applies.Actual Behaviour
On every apply
google_dns_record_set.project_keys
is replaced because therrdatas
change case, e.g.:Steps to Reproduce
terraform apply
terraform apply
for a second time and see that thegoogle_dns_record_set
is recreated.The text was updated successfully, but these errors were encountered: