Skip to content

Commit

Permalink
Revert "Temporarily allow SREs to manage zone relaycorp.cloud"
Browse files Browse the repository at this point in the history
This reverts commit 24d8112.
  • Loading branch information
gnarea committed Jan 18, 2024
1 parent 35bed08 commit 5058aee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tf-workspace/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,3 @@ 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 5058aee

Please sign in to comment.