Skip to content

Instantly share code, notes, and snippets.

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