mirror of
https://github.com/ghndrx/linux-copy-demo.git
synced 2026-02-10 06:54:56 +00:00
init repo
This commit is contained in:
9
terraform.tfvars
Normal file
9
terraform.tfvars
Normal file
@@ -0,0 +1,9 @@
|
||||
credentials_file = "credentials.json"
|
||||
project_id = "linux-copy-demo"
|
||||
region = "us-central1"
|
||||
zone = ["us-central1-a", "us-central1-b", "us-central1-c"]
|
||||
image_name = "debian-cloud/debian-11"
|
||||
instance_type = "n1-standard-1"
|
||||
network_name = "my-vpc"
|
||||
|
||||
subnets_cidr_list= ["10.0.1.0/24","10.0.2.0/24","10.0.3.0/24","10.0.4.0/24"]
|
||||
Reference in New Issue
Block a user