terraform-gcp-examples
terraform-gcp-examples copied to clipboard
Terraform Google cloud platform examples
terraform gcp examples
Modules
Setup
Don't forget to place the file account.json inside the credentials dir in the root directory before running which would contain your service Account Key file.
This contains your authentication required for Terraform to talk to the Google API.
You can get it under
Google Cloud Platform -> API Manager -> Credentials -> Create Credentials -> Service account key.
For the Key type field chose JSON. Put the downloaded file right were your Terraform config file is and name it account.json.
If you are using the gcs as the backend, you will need to give it the Storage Admin role for the storage.buckets.create permission.
LICENSE
MIT Licensed