You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_cloudfront_cache_policy.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_cache_policy)| data source |
131
+
|[aws_cloudfront_origin_request_policy.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_origin_request_policy)| data source |
132
+
|[aws_cloudfront_response_headers_policy.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_response_headers_policy)| data source |
Copy file name to clipboardExpand all lines: examples/complete/main.tf
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -113,10 +113,10 @@ module "cloudfront" {
113
113
viewer_protocol_policy ="allow-all"
114
114
allowed_methods = ["GET", "HEAD", "OPTIONS"]
115
115
cached_methods = ["GET", "HEAD"]
116
-
compress =true
117
-
query_string =true
118
116
119
-
# This is id for SecurityHeadersPolicy copied from https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-response-headers-policies.html
0 commit comments