Created
December 16, 2020 16:40
-
-
Save bharatmicrosystems/cc211f835e4ef2de7a3bfb9f6b5c582b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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