forked from pierront/but3-iac
Update
This commit is contained in:
@@ -19,9 +19,9 @@ variable "instance_type" {
|
||||
default = "e2-medium"
|
||||
}
|
||||
|
||||
variable "network" {
|
||||
variable "network_id" {
|
||||
type = string
|
||||
description = "VPC network self_link or name"
|
||||
description = "VPC network ID"
|
||||
}
|
||||
|
||||
variable "frontend_subnet_id" {
|
||||
|
||||
Reference in New Issue
Block a user