Skip to content

Commit

Permalink
fix: dupe var 🤦 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-is-cool authored Mar 29, 2024
1 parent 40b9731 commit 812de82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ variable "private_subnet_ids" {
default = []
}

variable "cluster_endpoint_public_access_cidrs" {
description = "List of CIDR blocks which can access the Amazon EKS public API server endpoint"
type = list(string)
default = ["0.0.0.0/0"]
}

variable "cluster_ip_family" {
description = "The IP family used to assign Kubernetes pod and service addresses. Valid values are `ipv4` (default) and `ipv6`. You can only specify an IP family when you create a cluster, changing this value will force a new cluster to be created"
type = string
Expand Down

0 comments on commit 812de82

Please sign in to comment.