Skip to content

Commit

Permalink
Merge pull request #25 from Snowflake-Labs/fix-s3-bucket-policy
Browse files Browse the repository at this point in the history
Fix S3 bucket policy in module.
  • Loading branch information
sfc-gh-pkommini authored Sep 18, 2023
2 parents bb1996f + fefcc3c commit 45887b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45887b2

Please sign in to comment.