We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb1996f + fefcc3c commit 45887b2Copy full SHA for 45887b2
variables.tf
@@ -103,11 +103,10 @@ variable "load_balancer_account_id" {
103
Load Balancer account ID for the given region you deployed your load balancer in based on this list:
104
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/enable-access-logging.html#attach-bucket-policy.
105
EOF
106
- type = bool
107
- default = false
+ type = string
+ default = "797873946194"
108
}
109
110
-
111
locals {
112
eks_cluster_name = "${var.module_prefix}-cluster"
113
public_hosted_zone_id = var.aws_public_hosted_zone == null ? "" : var.aws_public_hosted_zone
0 commit comments