This project is going to hold your Public Zone and record sets. Download all the files from this link and copy it into the DNS folder:
.
????????? projects
????????? folders-and-policies
????????? commons
????????? dns
????????? common.tf # providers and backend (bucket)
????????? main.tf # project modules
????????? outputs.tf
????????? README.md
????????? tf.example
????????? variables.tf
Create a terraform.tfvars file and replace the value with your GCP configuration.
org_id = "your-org-id" billing_id = "your-billing-id" commons_folder_id = "your-commons-folder-id"
Create a bucket by changing <project-id> with the ID of the commons-project you created in the 3rd series.