Terraforming GCP projects (4/17)

<p>This project is going to hold your&nbsp;<a href="https://cloud.google.com/dns/docs/zones/zones-overview" rel="noopener ugc nofollow" target="_blank">Public Zone</a>&nbsp;and record sets. Download all the files from this&nbsp;<a href="https://github.com/Jojoooo1/cloud-diplomats-terraform-commons/tree/main/projects/commons/dns" rel="noopener ugc nofollow" target="_blank">link</a>&nbsp;and copy it into the DNS folder:</p> <pre> . └── projects ├── folders-and-policies └── commons └── dns ├── common.tf # providers and backend (bucket) ├── main.tf # project modules ├── outputs.tf ├── README.md ├── tf.example └── variables.tf</pre> <p>Create a&nbsp;<code>terraform.tfvars</code>&nbsp;file and replace the value with your GCP configuration.</p> <pre> org_id = &quot;your-org-id&quot; billing_id = &quot;your-billing-id&quot; commons_folder_id = &quot;your-commons-folder-id&quot;</pre> <p>Create a bucket by changing&nbsp;<em>&lt;project-id&gt;</em>&nbsp;with the ID of the&nbsp;<strong>commons-project</strong>&nbsp;you created in the&nbsp;<a href="https://medium.com/@jojoooo/terraforming-gcp-folders-and-organization-policies-3-17-046378640ae3#c336" rel="noopener">3rd series</a>.</p> <p><a href="https://medium.com/@jojoooo/terraforming-gcp-projects-4-17-c4852787df76"><strong>Read More</strong></a></p>