compute

akbaribnu/compute/google

Terraform Module HCL GOOGLE

terraform for google compute engine / instance

Install
module "compute" {
source = "akbaribnu/compute/google"
version = "1.0.1"
}
plain text: /constructs/tfmod-akbaribnu-compute-google/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud GOOGLE
★ Stars3
Forks2
Total downloads5.6k
Submodules2
Namespaceakbaribnu
Updated