Skip to content

Commit

Permalink
ensure dns_keys output freshness (GoogleCloudPlatform#2495)
Browse files Browse the repository at this point in the history
Co-authored-by: Julio Castillo <[email protected]>
  • Loading branch information
nathou and juliocc committed Aug 9, 2024
1 parent c3a2e2b commit 43cf2bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ resource "google_dns_managed_zone_iam_binding" "iam_bindings" {

data "google_dns_keys" "dns_keys" {
managed_zone = local.managed_zone.id
depends_on = [
google_dns_managed_zone.dns_managed_zone
]
}

resource "google_dns_record_set" "dns_record_set" {
Expand Down

0 comments on commit 43cf2bc

Please sign in to comment.