cn-terraform / terraform-aws-s3-static-website

Terraform Module for AWS to host Static Website on S3
https://registry.terraform.io/modules/cn-terraform/s3-static-website/aws
Apache License 2.0
20 stars 33 forks source link

Update Terraform aws to v5.17.0 #74

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.16.2 -> 5.17.0

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.17.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5170-September-14-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.16.2...v5.17.0) NOTES: - data-source/aws_s3\_object: Migration to [AWS SDK for Go v2](https://aws.github.io/aws-sdk-go-v2/) means that the edge case of specifying a single `/` as the value for `key` is no longer supported ([#​33358](https://togithub.com/hashicorp/terraform-provider-aws/issues/33358)) FEATURES: - **New Resource:** `aws_shield_application_layer_automatic_response` ([#​33432](https://togithub.com/hashicorp/terraform-provider-aws/issues/33432)) - **New Resource:** `aws_verifiedaccess_instance` ([#​33459](https://togithub.com/hashicorp/terraform-provider-aws/issues/33459)) ENHANCEMENTS: - data-source/aws_s3\_object: Add `checksum_mode` argument and `checksum_crc32`, `checksum_crc32c`, `checksum_sha1` and `checksum_sha256` attributes ([#​33358](https://togithub.com/hashicorp/terraform-provider-aws/issues/33358)) - data-source/aws_s3control_multi_region_access_point: Add `details.region.bucket_account_id` attribute ([#​33416](https://togithub.com/hashicorp/terraform-provider-aws/issues/33416)) - resource/aws_s3\_object: Add `checksum_algorithm` argument and `checksum_crc32`, `checksum_crc32c`, `checksum_sha1` and `checksum_sha256` attributes ([#​33358](https://togithub.com/hashicorp/terraform-provider-aws/issues/33358)) - resource/aws_s3\_object_copy: Add `checksum_algorithm` argument and `checksum_crc32`, `checksum_crc32c`, `checksum_sha1` and `checksum_sha256` attributes ([#​33358](https://togithub.com/hashicorp/terraform-provider-aws/issues/33358)) - resource/aws_s3control_multi_region_access_point: Add `details.region.bucket_account_id` argument to support [cross-account Multi-Region Access Points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/multi-region-access-point-buckets.html) ([#​33416](https://togithub.com/hashicorp/terraform-provider-aws/issues/33416)) - resource/aws_s3control_multi_region_access_point: Add `details.region.region` attribute ([#​33416](https://togithub.com/hashicorp/terraform-provider-aws/issues/33416)) - resource/aws_schemas_schema: Add `JSONSchemaDraft4` schema type support ([#​35971](https://togithub.com/hashicorp/terraform-provider-aws/issues/35971)) - resource/aws_transfer_connector: Add `sftp_config` argument and make `as2_config` optional ([#​32741](https://togithub.com/hashicorp/terraform-provider-aws/issues/32741)) - resource/aws_wafv2\_web_acl: Retry resource Update on `WAFOptimisticLockException` errors ([#​33432](https://togithub.com/hashicorp/terraform-provider-aws/issues/33432)) BUG FIXES: - resource/aws_dms_replication_task: Fix error when `replication_task_settings` is `nil` ([#​33456](https://togithub.com/hashicorp/terraform-provider-aws/issues/33456)) - resource/aws_elasticache_cluster: Fix regression for `redis` engine types caused by the new `transit_encryption_enabled` argument ([#​33451](https://togithub.com/hashicorp/terraform-provider-aws/issues/33451)) - resource/aws_neptune_cluster: Fix ignored `kms_key_arn` on restore from DB cluster snapshot ([#​33413](https://togithub.com/hashicorp/terraform-provider-aws/issues/33413)) - resource/aws_servicecatalog_product: Allow import on `provisioning_artifact_parameters` attribute ([#​33448](https://togithub.com/hashicorp/terraform-provider-aws/issues/33448)) - resource/aws_subnet: Fix destroy error when there is a lingering ENI for DMS ([#​33375](https://togithub.com/hashicorp/terraform-provider-aws/issues/33375))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.