We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb42a65 + d78b109 commit 299f0d4Copy full SHA for 299f0d4
1 file changed
infrastructure/cloudfront.tf
@@ -128,7 +128,7 @@ resource "aws_cloudfront_distribution" "s3_presign_mask" {
128
}
129
130
resource "aws_cloudfront_function" "block_invalid_urls" {
131
- name = "block-invalid-urls"
+ name = "${terraform.workspace}-block-invalid-urls"
132
runtime = "cloudfront-js-2.0"
133
comment = "Blocks invalid URL requests"
134
publish = true
0 commit comments