Skip to content

Commit

Permalink
Correct reference to S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
punmechanic committed Feb 23, 2024
1 parent 9a1ff00 commit 400962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/kitchensink/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module "frontend" {
source = "../frontend"
create_waf_acl = var.create_waf_acl
waf_acl_id = var.waf_acl_id
bucket_name = var.s3_tf_bucket
bucket_name = var.frontend_bucket_name
certificate_arn = var.frontend_cert
domain = var.frontend_domain
account_number = var.account_number
Expand Down

0 comments on commit 400962b

Please sign in to comment.