Skip to content

Commit

Permalink
Temporarily allow SREs to manage zone relaycorp.cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 18, 2024
1 parent 073bce1 commit 24d8112
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tf-workspace/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ resource "google_dns_managed_zone" "relaycorp_services" {

depends_on = [google_project_service.dns]
}

// TODO: Remove
resource "google_dns_managed_zone_iam_member" "member" {
project = var.gcp_project_id
managed_zone = "relaycorp-cloud"
role = "roles/dns.admin"
member = var.sre_iam_uri
}

0 comments on commit 24d8112

Please sign in to comment.