Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 599 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 599 Bytes

Google Kubernetes Engine (GKE) with Terraform

This repository contains Terraform scripts to create Google Kubernetes Engine(GKE) with Workload Identity feature enabled.

How to Run?

  1. Clone this git repository.

  2. Update terraform.tfvars file with desired values.

  3. Initialize terraform project.

terraform init
  1. Run terraform plan and output to a file.
terraform plan --out 1.plan
  1. If happy with the plan, proceed with apply.
terraform apply 1.plan
  1. For Cleanup, run terraform destroy
terraform destroy