Skip to content

Commit 45887b2

Browse files
Merge pull request #25 from Snowflake-Labs/fix-s3-bucket-policy
Fix S3 bucket policy in module.
2 parents bb1996f + fefcc3c commit 45887b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,10 @@ variable "load_balancer_account_id" {
103103
Load Balancer account ID for the given region you deployed your load balancer in based on this list:
104104
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/enable-access-logging.html#attach-bucket-policy.
105105
EOF
106-
type = bool
107-
default = false
106+
type = string
107+
default = "797873946194"
108108
}
109109

110-
111110
locals {
112111
eks_cluster_name = "${var.module_prefix}-cluster"
113112
public_hosted_zone_id = var.aws_public_hosted_zone == null ? "" : var.aws_public_hosted_zone

0 commit comments

Comments
 (0)