浏览代码

fixed bastion subnet to list

Roberto Barbosa 8 年之前
父节点
当前提交
e3250179b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bastion/variables.tf

+ 1 - 1
bastion/variables.tf

@@ -2,6 +2,7 @@ variable "vpc_id" {
 }
 }
 
 
 variable "subnet_public" {
 variable "subnet_public" {
+  default     = []
 }
 }
 
 
 variable "allowed_network" {
 variable "allowed_network" {
@@ -50,4 +51,3 @@ variable "centos7_amis" {
         sa-east-1 = "ami-bf9520a2"
         sa-east-1 = "ami-bf9520a2"
     }
     }
 }
 }
-