Skip to content

Instantly share code, notes, and snippets.

@bharatmicrosystems
Created December 16, 2020 16:40
Show Gist options
  • Save bharatmicrosystems/cc211f835e4ef2de7a3bfb9f6b5c582b to your computer and use it in GitHub Desktop.
Save bharatmicrosystems/cc211f835e4ef2de7a3bfb9f6b5c582b to your computer and use it in GitHub Desktop.
$ cp -a terraform.tfvars.example terraform.tfvars
$ vim terraform.tfvars
project = "<GCP_PROJECT_NAME>"
region = "europe-west2"
instance_name = "nginx-custom-instance"
instance_machine_type = "n1-standard-1"
instance_zone = "europe-west2-a"
instance_image = "<GCP_PROJECT_NAME>/webserver"
subnet_name = "default"
tags = ["webserver"]
startup_script = ""
scopes = ["storage-rw"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment