diff --git a/README.md b/README.md index 1272c11..27d825a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ |------|--------|---------| | [acm](#module\_acm) | terraform-aws-modules/acm/aws | ~> 4.3.0 | | [cdn](#module\_cdn) | terraform-aws-modules/cloudfront/aws | ~> 3.2.1 | -| [s3](#module\_s3) | terraform-aws-modules/s3-bucket/aws | ~> 3.5.0 | +| [s3](#module\_s3) | terraform-aws-modules/s3-bucket/aws | ~> 4.1 | ## Resources @@ -61,6 +61,7 @@ | [default\_index\_function\_name](#input\_default\_index\_function\_name) | Name of the CloudFront Function to create for index page redirection | `string` | `"default_viewer_request"` | no | | [default\_root\_object](#input\_default\_root\_object) | Default root object | `string` | `"index.html"` | no | | [domains](#input\_domains) | Domains or FQDNs to update DNS records and create ACM certificates |
map(object({ # Key is arbitrary and not used
dns_zone_id = optional(string)
domain = string
create_alias_record = optional(bool, true)
include_in_acm = optional(bool, false)
create_acm_record = optional(bool, true)
}))
| `{}` | no | +| [existing\_acm\_certificate\_arn](#input\_existing\_acm\_certificate\_arn) | Existing ACM certificate | `string` | `""` | no | | [geo\_restriction](#input\_geo\_restriction) | Geo-restriction settings, if any | `any` | `{}` | no | | [http\_version](#input\_http\_version) | The maximum HTTP version to support on the distribution. Allowed values are http1.1, http2, http2and3, and http3. The default is http3. | `string` | `"http3"` | no | | [ignore\_public\_acls](#input\_ignore\_public\_acls) | Whether Amazon S3 should ignore public ACLs for this bucket. | `bool` | `true` | no | @@ -76,6 +77,7 @@ | [prefix](#input\_prefix) | If required to add prefix to the domain in cloudfront alternate domain names | `string` | `""` | no | | [price\_class](#input\_price\_class) | The price class for this distribution. One of PriceClass\_All, PriceClass\_200, PriceClass\_100 | `string` | `"PriceClass_All"` | no | | [restrict\_public\_buckets](#input\_restrict\_public\_buckets) | Whether Amazon S3 should restrict public bucket policies for this bucket. | `bool` | `true` | no | +| [s3\_origin\_access\_control\_key](#input\_s3\_origin\_access\_control\_key) | Key in `origin_access_control` to use for S3 origin access control | `string` | `"s3"` | no | | [server\_side\_encryption\_configuration](#input\_server\_side\_encryption\_configuration) | Map containing server-side encryption configuration. | `any` | `{}` | no | | [tags](#input\_tags) | Tags to be associated with the cloudfront distribution | `map(string)` | `{}` | no | | [versioning](#input\_versioning) | Map containing versioning configuration. | `map(string)` |
{
"enabled": true
}
| no |