Running a script with Terraform – Debian
For learning purpose, I'm trying to install and setup my own Kubernetes Cluster on GCP. I want to provision my instances on GCP with a bootstrap script. Here is my google_compute_instance config resource "google_compute_instance" "default" { name = var.vm_name machine_type…