Skip to content

Commit a32220f

Browse files
Update variables.tf
1 parent b176e9b commit a32220f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ variable "instance_type" {
1212
description = "Instance type for the EC2 instance"
1313
default = "t2.micro"
1414
}
15+
16+
variable "my_enviroment" {
17+
description = "Instance type for the EC2 instance"
18+
default = "dev"
19+
}

0 commit comments

Comments
 (0)