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
| <aname="input_aliases"></a> [aliases](#input\_aliases)| Extra CNAMEs (alternate domain names), if any, for this distribution. |`list(string)`|`null`| no |
136
136
| <aname="input_comment"></a> [comment](#input\_comment)| Any comments you want to include about the distribution. |`string`|`null`| no |
137
+
| <aname="input_continuous_deployment_policy_id"></a> [continuous\_deployment\_policy\_id](#input\_continuous\_deployment\_policy\_id)| Identifier of a continuous deployment policy. This argument should only be set on a production distribution. |`string`|`null`| no |
137
138
| <aname="input_create_distribution"></a> [create\_distribution](#input\_create\_distribution)| Controls if CloudFront distribution should be created |`bool`|`true`| no |
138
139
| <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 |
139
140
| <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 |
@@ -154,6 +155,7 @@ No modules.
154
155
| <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 |
155
156
| <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 |
156
157
| <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 |
158
+
| <aname="input_staging"></a> [staging](#input\_staging)| Whether the distribution is a staging distribution. |`bool`|`false`| no |
157
159
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource. |`map(string)`|`null`| no |
158
160
| <aname="input_viewer_certificate"></a> [viewer\_certificate](#input\_viewer\_certificate)| The SSL configuration for this distribution |`any`| <pre>{<br> "cloudfront_default_certificate": true,<br> "minimum_protocol_version": "TLSv1"<br>}</pre> | no |
159
161
| <aname="input_wait_for_deployment"></a> [wait\_for\_deployment](#input\_wait\_for\_deployment)| If enabled, the resource will wait for the distribution status to change from InProgress to Deployed. Setting this to false will skip the process. |`bool`|`true`| no |
0 commit comments