Terraforming GCP projects (4/17)
<p>This project is going to hold your <a href="https://cloud.google.com/dns/docs/zones/zones-overview" rel="noopener ugc nofollow" target="_blank">Public Zone</a> and record sets. Download all the files from this <a href="https://github.com/Jojoooo1/cloud-diplomats-terraform-commons/tree/main/projects/commons/dns" rel="noopener ugc nofollow" target="_blank">link</a> 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 <code>terraform.tfvars</code> file and replace the value with your GCP configuration.</p>
<pre>
org_id = "your-org-id"
billing_id = "your-billing-id"
commons_folder_id = "your-commons-folder-id"</pre>
<p>Create a bucket by changing <em><project-id></em> with the ID of the <strong>commons-project</strong> you created in the <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>