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_enable_deploy_user"></a> [enable\_deploy\_user](#input\_enable\_deploy\_user)| Toggle s3 deploy user creation |`bool`|`true`| no |
139
139
| <aname="input_encrypt_with_kms"></a> [encrypt\_with\_kms](#input\_encrypt\_with\_kms)| Enable server side s3 bucket encryption with KMS key |`bool`|`false`| no |
140
140
| <aname="input_extra_domains"></a> [extra\_domains](#input\_extra\_domains)| Map of extra\_domains with domain name and zone\_id |`map(string)`|`{}`| no |
| <aname="input_gitlab_environment"></a> [gitlab\_environment](#input\_gitlab\_environment)| GitLab environment name |`string`|`"*"`| no |
143
-
| <aname="input_gitlab_project_id"></a> [gitlab\_project\_id](#input\_gitlab\_project\_id)| Integrates with GitLab CI/CD to deploy site and invalidate CloudFront cache |`string`|`null`| no |
143
+
| <aname="input_gitlab_project_id"></a> [gitlab\_project\_id](#input\_gitlab\_project\_id)| Deprecated: Use gitlab\_project\_ids instead |`string`|`""`| no |
144
+
| <aname="input_gitlab_project_ids"></a> [gitlab\_project\_ids](#input\_gitlab\_project\_ids)| Integrates with GitLab CI/CD to deploy site and invalidate CloudFront cache |`list(string)`|`[]`| no |
144
145
| <aname="input_kms_deletion_window_in_days"></a> [kms\_deletion\_window\_in\_days](#input\_kms\_deletion\_window\_in\_days)| The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the KMS key |`number`|`30`| no |
145
146
| <aname="input_kms_key_policy"></a> [kms\_key\_policy](#input\_kms\_key\_policy)| Additional KSM key policy |`string`|`"{}"`| no |
146
147
| <aname="input_logs_bucket"></a> [logs\_bucket](#input\_logs\_bucket)| Bucket to store CloudFront logs |`string`|`null`| no |
@@ -150,12 +151,12 @@ module "static-site" {
150
151
| <aname="input_origin_path"></a> [origin\_path](#input\_origin\_path)| Cloudfront origin path |`string`|`""`| no |
151
152
| <aname="input_override_status_code_403"></a> [override\_status\_code\_403](#input\_override\_status\_code\_403)| Override status code for 403 error |`number`|`403`| no |
152
153
| <aname="input_override_status_code_404"></a> [override\_status\_code\_404](#input\_override\_status\_code\_404)| Override status code for 404 error |`number`|`200`| no |
0 commit comments