Skip to content

Commit f36bb5f

Browse files
forgot to add vars to vars file
1 parent a90b03b commit f36bb5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

variables.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ variable "name" {
1010
default = ""
1111
}
1212

13-
variable "ss_env" {
14-
}
13+
variable "ss_profile"
14+
variable "ss_env" {}
15+
variable "aws_region" {}
1516

1617
variable "cidr" {
1718
description = "The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden"

0 commit comments

Comments
 (0)