We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5951e4d commit d0b1d56Copy full SHA for d0b1d56
cloudfront/module/main.tf
@@ -338,7 +338,7 @@ resource "aws_acm_certificate" "cloudfront_cert" {
338
339
resource "aws_cloudfront_cache_policy" "default_cache_policy" {
340
count = var.default_cache_policy_id == null ? 1 : 0
341
- name = "SugaDefaultCachePolicy"
+ name = "SugaDefaultCachePolicy-${var.suga.stack_id}"
342
comment = "Default cache policy for CloudFront distribution for Suga Applications"
343
344
# Set TTL defaults to respect cache control headers
0 commit comments