Home
Softono

Terraform Gcp Examples

Open source HCL
61
Stars
66
Forks
0
Issues
4
Watchers
8 years
Last Commit

 About Terraform Gcp Examples

Terraform Google cloud platform examples

Platforms

Web Self-hosted Cloud

Languages

HCL

Links

Need Help Installing Terraform Gcp Examples?

We provide expert installation service for this software. Our team will install, configure, and secure Terraform Gcp Examples on your server. plans start at just $30.

Terraform Gcp Examples

View on GitHub

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