diff --git a/variables.tf b/variables.tf index 4e4dfd2..5248230 100644 --- a/variables.tf +++ b/variables.tf @@ -103,11 +103,10 @@ variable "load_balancer_account_id" { Load Balancer account ID for the given region you deployed your load balancer in based on this list: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/enable-access-logging.html#attach-bucket-policy. EOF - type = bool - default = false + type = string + default = "797873946194" } - locals { eks_cluster_name = "${var.module_prefix}-cluster" public_hosted_zone_id = var.aws_public_hosted_zone == null ? "" : var.aws_public_hosted_zone