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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ module "static-site" {
143
143
| <aname="input_default_ttl"></a> [default\_ttl](#input\_default\_ttl)| Default amount of time that you want objects to stay in a CloudFront cache |`number`|`3600`| no |
144
144
| <aname="input_domain_zone_id"></a> [domain\_zone\_id](#input\_domain\_zone\_id)| The ID of the hosted zone for domain |`string`| n/a | yes |
145
145
| <aname="input_domains"></a> [domains](#input\_domains)| List of domain aliases. You can also specify wildcard eg.: `*.example.com`|`list(string)`| n/a | yes |
146
-
| <aname="input_enable_deploy_role"></a> [enable\_deploy\_role](#input\_enable\_deploy\_role)| Toggle s3 deploy role creation |`bool`|`false`| no |
146
+
| <aname="input_enable_deploy_role"></a> [enable\_deploy\_role](#input\_enable\_deploy\_role)| Toggle IAM role creation for S3 deploy & CloudFront invalidation; This requires existing aws\_iam\_openid\_connect\_provider matching domain of your gitlab provider|`bool`|`false`| no |
147
147
| <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 |
Copy file name to clipboardExpand all lines: variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ variable "functions" {
111
111
variable"enable_deploy_role" {
112
112
type=bool
113
113
default=false
114
-
description="Toggle s3 deploy role creation"
114
+
description="Toggle IAM role creation for S3 deploy & CloudFront invalidation; This requires existing aws_iam_openid_connect_provider matching domain of your gitlab provider"
0 commit comments