Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 656 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 656 Bytes

PoC terraform - Using GKE with terraform

following on Google Container Cluster - Terraform

note : need create AMI service account.

Prerequire

  • Terraform CLI
  • Create project on GCP
  • Create service account on GCP:This project use poc-terraform.json (ignore by git)
  • Enable Kubernetes Engine API on GCP

Usage

terraform init
terraform plan
terraform apply -auto-approve

Git ignore

following ignore files on Terraform.gitignore.Add account service that file create on AMI.