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_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
121
122
|[aws_cloudfront_cache_policy.managed_caching_disabled](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_cache_policy)| data source |
@@ -136,6 +137,7 @@ module "static-site" {
136
137
| <aname="input_domains"></a> [domains](#input\_domains)| List of domain aliases. You can also specify wildcard eg.: `*.example.com`|`list(string)`| n/a | yes |
137
138
| <aname="input_enable_deploy_user"></a> [enable\_deploy\_user](#input\_enable\_deploy\_user)| Toggle s3 deploy user creation |`bool`|`true`| no |
138
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
+
| <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 |
141
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 |
0 commit comments