Skip to content

Instantly share code, notes, and snippets.

@birdayz
Created July 10, 2020 21:03
Show Gist options
  • Save birdayz/85d5bd21746b1448d9776c5d9c8f48e3 to your computer and use it in GitHub Desktop.
Save birdayz/85d5bd21746b1448d9776c5d9c8f48e3 to your computer and use it in GitHub Desktop.
resource "google_dns_managed_zone" "zone" {
name = "my-domain"
dns_name = "my-domain.com."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment