this template will use for project that apply with microservice and require GCP as provider
- Terraform CLI
- Create project on GCP
- Create service account on GCP
- Enable GKE on GCP
- Enable Cloud run on GCP
- Create Terraform Cloud as a backend for storing state of infrastructure
Terraform configuration to create GKE resource on GCP provider
Terraform configuration tp create cloud run on GCP provider
terraform init
terraform plan
terraform apply -auto-approve
following ignore files on Terraform Gitignore