This is a POC of basic Terraform scripts for GCP.
Software requirements:
- Terraform
This POC is designed to run locally.
A JSON key of the GCP service account is needed in the root directory.
A JSON key of the GCP service account is needed in the root directory.
Initialize Terraform
terraform init
Format code
terraform fmt
Validate Terraform code
terraform validate
Preview the changes that will be applied
terraform plan
Apply the changes
terraform apply
- @OscarMalda - https://www.oscarmalda.com