Last active
July 10, 2020 21:27
-
-
Save birdayz/2ce13ac71e0d20609b0f405f94346d1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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