Skip to content

Commit 885803b

Browse files
committed
Add vpc_id
1 parent b10b5d3 commit 885803b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terraform/variables.tf

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
variable "environment" {
22
type = string
33
}
4+
5+
variable "vpc_id" {
6+
type = string
7+
}

0 commit comments

Comments
 (0)