We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd60f95 commit 9b9e994Copy full SHA for 9b9e994
aws/efs/variables.tf
@@ -0,0 +1,9 @@
1
+variable "cluster_name" {}
2
+
3
+variable "region" {}
4
5
+variable "vpc_id" {
6
+ description = "The id of the specific VPC to using"
7
+}
8
9
+variable "subnets" {}
0 commit comments