Skip to content

Commit 9b9e994

Browse files
authored
Create variables.tf
1 parent dd60f95 commit 9b9e994

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

aws/efs/variables.tf

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)