Skip to content

Commit

Permalink
switch to using the regional domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed May 16, 2024
1 parent 2fedaa3 commit 2102f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ resource "fastly_service_vcl" "releases" {
priority = 100
content = templatefile("${path.module}/s3-authn.vcl", {
aws_region = aws_s3_bucket.releases.region
backend_domain = aws_s3_bucket.releases.bucket_domain_name
backend_domain = aws_s3_bucket.releases.bucket_regional_domain_name
access_key = local.fastly-iam.key
secret_key = local.fastly-iam.secret
})
Expand Down

0 comments on commit 2102f82

Please sign in to comment.