We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10b5d3 commit 885803bCopy full SHA for 885803b
terraform/variables.tf
@@ -1,3 +1,7 @@
1
variable "environment" {
2
type = string
3
}
4
+
5
+variable "vpc_id" {
6
+ type = string
7
+}
0 commit comments