You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,6 @@ variable "vpc_name" {
20
20
default="quortex"
21
21
}
22
22
23
-
variable"vpc_secondary_cidrs" {
24
-
type=set(string)
25
-
description="IPv4 secondary CIDRs to add to the VPC."
26
-
default=[]
27
-
}
28
-
29
23
variable"cluster_name" {
30
24
type=string
31
25
description="The name of the EKS cluster. Will be used to set the kubernetes.io/cluster/<cluster-name> tag on the VPC and subnets. It is required for Kubernetes to discover them."
0 commit comments