From fefcc3c0b663de7824c220fe9bb24fd75617955e Mon Sep 17 00:00:00 2001 From: Prasanth Kommini Date: Sun, 17 Sep 2023 17:45:07 -0700 Subject: [PATCH] Fix S3 bucket policy in module. --- variables.tf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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