Skip to content

Commit

Permalink
fix(DMVP-5400): Add response header policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julieta Aghamyan committed Oct 7, 2024
1 parent cf5b28a commit 4a9023d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cloudfront/distribution.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ resource "aws_cloudfront_distribution" "main" {
compress = var.ordered_compress
default_ttl = var.ordered_default_ttl
max_ttl = var.ordered_max_ttl
cache_policy_id = var.cache_policy_id

dynamic "forwarded_values" {
for_each = var.create_response_headers_policy.enabled ? [] : [var.forwarded_values]
Expand Down

0 comments on commit 4a9023d

Please sign in to comment.