Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derailed-dash/gcp-demos-foundation-setup
Sample Terraform for GCP LZ Foundation: ClickOps, Download and Deploy
https://github.com/derailed-dash/gcp-demos-foundation-setup
cloud-foundation google-cloud landing-zone
Last synced: about 2 months ago
JSON representation
Sample Terraform for GCP LZ Foundation: ClickOps, Download and Deploy
- Host: GitHub
- URL: https://github.com/derailed-dash/gcp-demos-foundation-setup
- Owner: derailed-dash
- Created: 2024-05-24T13:41:23.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T21:26:16.000Z (6 months ago)
- Last Synced: 2024-08-06T19:23:55.099Z (6 months ago)
- Topics: cloud-foundation, google-cloud, landing-zone
- Language: HCL
- Homepage: https://medium.com/google-cloud/landing-zone-deployment-google-cloud-adoption-series-bdc0b36106d0
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GCP Demos Foundation Setup
Here you will find examples of how to perform certain LZ related tasks. The content here is intended to be supported through my guides on [Medium](https://medium.com/@derailed.dash).
## gcp-foundation
Here you will find a sample landing zone Terraform configuration, as would be created using the _"ClickOps, Download and Deploy"_ approach that I describe in my article [Landing Zone Deployment](https://medium.com/google-cloud/landing-zone-deployment-google-cloud-adoption-series-bdc0b36106d0).
## seed-prj-setup
A set of scripts that can be used to setup the environment:
- `env-setup.sh`
- You should define your own values here.
- Run this whenever re-initialising your environment.
- Sets ADC to use SA.
- `seed-prj-setup.sh`
- Creates a Seed project, which can be used for running the LZ Terraform.
- Links to the billing account and enables APIs.
- `sa-setup.sh`
- Creates a service account for our Seed project.
- Binds the requires roles.
- Obtains the SA key.
- Sets ADC to use the service account.