https://github.com/ourway/learn-terraform-for-google-cloud-platform
Learn how to use Hashicorp/Terraform on Google Cloud Platform
https://github.com/ourway/learn-terraform-for-google-cloud-platform
google-cloud-platform google-cloud-storage google-kubernetes-engine hashicorp-terraform terraform-configurations terraform-module terraform-provider terraform-scripts
Last synced: 5 months ago
JSON representation
Learn how to use Hashicorp/Terraform on Google Cloud Platform
- Host: GitHub
- URL: https://github.com/ourway/learn-terraform-for-google-cloud-platform
- Owner: ourway
- Created: 2020-06-18T00:36:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T00:48:12.000Z (about 6 years ago)
- Last Synced: 2025-04-07T12:49:46.781Z (about 1 year ago)
- Topics: google-cloud-platform, google-cloud-storage, google-kubernetes-engine, hashicorp-terraform, terraform-configurations, terraform-module, terraform-provider, terraform-scripts
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```console
terraform init
terraform plan
# And finally
terraform apply
```