compute
akbaribnu/compute/google
terraform for google compute engine / instance
Template terraform for create gcp compute instance Layout terraform file `` . ├── terraform-google-compute ├── modules │ ├── compute-engine-ip │ │ ├── main.tf │ │ ├── outputs.tf │ │ └── variables.tf │ └── compute-engine-noip │ ├── main.tf │ ├── outputs.tf │ └── variables.tf ├── pubkey │ └── id_sekolahlinux.pub ├── README.md └── sekolahlinux-terraform ├── credentials │ └── sekolahlinux.json ├── main.tf └── provisioning └── startup_script.sh ` How to use terraform gcp template copy ./terraform-google-compute/sekolahlinux-terraform dengan nama project yang akan dibuat misalkan menjadi ./terraform-google-compute/sekolahlinux-webserver buka ./terraform-google-compute/sekolahlinux-webserver/main.tf dan rubah value dari paramater credential , project dan region sesuai dengan project yang kalian b