GCP
Instructions to install in GCP infra
Infrastructure Requirements
Software Prerequisites
Terraform
curl "<https://releases.hashicorp.com/terraform/1.5.2/terraform_1.5.2_linux_amd64.zip>" -o "terraform.zip" && unzip terraform.zip && sudo mv terraform /usr/local/bin/ && rm terraform.zip
Terragrunt
curl -OL https://github.com/gruntwork-io/terragrunt/releases/download/v0.49.0/terragrunt_linux_amd64 && sudo mv terragrunt_linux_amd64 /usr/local/bin/terragrunt && sudo chmod +x /usr/local/bin/terragrunt
Terrahelp
Helm
Setup Google Cloud SDK
Create a GCP Project
Installation Steps:
Upgrade Steps:
Last updated
Was this helpful?