We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029aab6 commit 67a23c7Copy full SHA for 67a23c7
1 file changed
main.tf
@@ -47,7 +47,7 @@ locals {
47
}
48
49
resource "aws_cloudfront_origin_access_control" "oac" {
50
- name = "default-oac"
+ name = "${var.project}-oac"
51
origin_access_control_origin_type = "s3"
52
signing_behavior = "always"
53
signing_protocol = "sigv4"
0 commit comments