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 |
148
148
| <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 |
149
149
| <aname="input_extra_domains"></a> [extra\_domains](#input\_extra\_domains)| Map of extra\_domains with domain name and zone\_id |`map(string)`|`{}`| no |
150
+
| <aname="input_extra_gitlab_cicd_variables"></a> [extra\_gitlab\_cicd\_variables](#input\_extra\_gitlab\_cicd\_variables)| List of additional gitlab CI/CD variables | <pre>list(object({<br/> protected = optional(bool, false)<br/> masked = optional(bool, false)<br/> raw = optional(bool, true)<br/> key = string<br/> value = string<br/> }))</pre> |`[]`| no |
| <aname="input_gitlab_environment"></a> [gitlab\_environment](#input\_gitlab\_environment)| GitLab environment name |`string`|`"*"`| no |
152
153
| <aname="input_gitlab_project_id"></a> [gitlab\_project\_id](#input\_gitlab\_project\_id)| Deprecated: Use gitlab\_project\_ids instead |`string`|`""`| no |
0 commit comments