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 |
132
133
|[aws_cloudfront_origin_request_policy.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_origin_request_policy)| data source |
@@ -143,6 +144,7 @@ No modules.
143
144
| <aname="input_create_monitoring_subscription"></a> [create\_monitoring\_subscription](#input\_create\_monitoring\_subscription)| If enabled, the resource for monitoring subscription will created. |`bool`|`false`| no |
144
145
| <aname="input_create_origin_access_control"></a> [create\_origin\_access\_control](#input\_create\_origin\_access\_control)| Controls if CloudFront origin access control should be created |`bool`|`false`| no |
145
146
| <aname="input_create_origin_access_identity"></a> [create\_origin\_access\_identity](#input\_create\_origin\_access\_identity)| Controls if CloudFront origin access identity should be created |`bool`|`false`| no |
147
+
| <aname="input_create_response_headers_policy"></a> [create\_response\_headers\_policy](#input\_create\_response\_headers\_policy)| Controls if CloudFront response headers policies should be created |`bool`|`false`| no |
146
148
| <aname="input_create_vpc_origin"></a> [create\_vpc\_origin](#input\_create\_vpc\_origin)| If enabled, the resource for VPC origin will be created. |`bool`|`false`| no |
147
149
| <aname="input_custom_error_response"></a> [custom\_error\_response](#input\_custom\_error\_response)| One or more custom error response elements |`any`|`{}`| no |
148
150
| <aname="input_default_cache_behavior"></a> [default\_cache\_behavior](#input\_default\_cache\_behavior)| The default cache behavior for this distribution |`any`|`null`| no |
@@ -159,6 +161,7 @@ No modules.
159
161
| <aname="input_origin_group"></a> [origin\_group](#input\_origin\_group)| One or more origin\_group for this distribution (multiples allowed). |`any`|`{}`| no |
160
162
| <aname="input_price_class"></a> [price\_class](#input\_price\_class)| The price class for this distribution. One of PriceClass\_All, PriceClass\_200, PriceClass\_100 |`string`|`null`| no |
161
163
| <aname="input_realtime_metrics_subscription_status"></a> [realtime\_metrics\_subscription\_status](#input\_realtime\_metrics\_subscription\_status)| A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution. Valid values are `Enabled` and `Disabled`. |`string`|`"Enabled"`| no |
| <aname="input_retain_on_delete"></a> [retain\_on\_delete](#input\_retain\_on\_delete)| Disables the distribution instead of deleting it when destroying the resource through Terraform. If this is set, the distribution needs to be deleted manually afterwards. |`bool`|`false`| no |
163
166
| <aname="input_staging"></a> [staging](#input\_staging)| Whether the distribution is a staging distribution. |`bool`|`false`| no |
164
167
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource. |`map(string)`|`null`| no |
@@ -189,6 +192,7 @@ No modules.
189
192
| <aname="output_cloudfront_origin_access_identities"></a> [cloudfront\_origin\_access\_identities](#output\_cloudfront\_origin\_access\_identities)| The origin access identities created |
190
193
| <aname="output_cloudfront_origin_access_identity_iam_arns"></a> [cloudfront\_origin\_access\_identity\_iam\_arns](#output\_cloudfront\_origin\_access\_identity\_iam\_arns)| The IAM arns of the origin access identities created |
191
194
| <aname="output_cloudfront_origin_access_identity_ids"></a> [cloudfront\_origin\_access\_identity\_ids](#output\_cloudfront\_origin\_access\_identity\_ids)| The IDS of the origin access identities created |
195
+
| <aname="output_cloudfront_response_headers_policies"></a> [cloudfront\_response\_headers\_policies](#output\_cloudfront\_response\_headers\_policies)| The response headers policies created |
192
196
| <aname="output_cloudfront_vpc_origin_ids"></a> [cloudfront\_vpc\_origin\_ids](#output\_cloudfront\_vpc\_origin\_ids)| The IDS of the VPC origin created |
0 commit comments