-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes β : v6.0.0
provider: Add enhanced region support to most resources, data sources, and ephemeral resources, allowing per-resource Region targeting without requiring multiple provider configurations. See the Enhanced Region Support guide for more information. (hashicorp/terraform-provider-aws#43075)
Is your request related to a problem? Please describe.
None
Describe the solution you'd like.
Add region
parameter and input variable to aws_s3
resources
Describe alternatives you've considered.
None
Additional context
Also notice the following notes from changelog:
data-source/aws_s3_bucket: Add bucket_region attribute. Use of the bucket_region attribute instead of the region attribute is encouraged (hashicorp/terraform-provider-aws#42014)
resource/aws_s3_bucket: Add bucket_region attribute. Use of the bucket_region attribute instead of the region attribute is encouraged (hashicorp/terraform-provider-aws#42014)