fix: use eu01 region for AWS provider to fix compatibility with hashicorp/aws v6#202
fix: use eu01 region for AWS provider to fix compatibility with hashicorp/aws v6#202nroi wants to merge 1 commit into
Conversation
Scorecard Check
📊 meshstack-hub Module Scorecard
📋 Per-Module Category SummaryScore per category per building block.
Core Structure — ✅ all passingBasic module file structure and documentation — applies to 1 modules
Core Structure — Summary
Integration — ✅ all passingmeshstack_integration.tf conventions — applies to 1 modules
Integration — Summary
Azure Backplane — not applicableAzure UAMI-based automation principal conventions — applies to 0 modules No applicable modules. STACKIT Backplane — ✅ all passingSTACKIT WIF-based automation principal conventions — applies to 1 modules
STACKIT Backplane — Summary
Testing — ✅ all passingEnd-to-end test coverage — applies to 1 modules
Testing — Summary
|
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…corp/aws v6 AWS provider v6 introduced enhanced region support which changed CreateBucket to always include LocationConstraint, even for us-east-1. STACKIT Object Storage (StorageGRID) rejects us-east-1 as an invalid location constraint. Set region to eu01 (the STACKIT Object Storage region) so the LocationConstraint sent matches what StorageGRID is configured to accept. Add skip_region_validation as eu01 is not a standard AWS region name. BD-2505
a7c5c34 to
0e808c1
Compare
AWS provider v6 introduced enhanced region support which changed CreateBucket
to always include LocationConstraint, even for us-east-1. STACKIT Object
Storage (StorageGRID) rejects us-east-1 as an invalid location constraint.
Set region to eu01 (the STACKIT Object Storage region) so the LocationConstraint
sent matches what StorageGRID is configured to accept. Add skip_region_validation
as eu01 is not a standard AWS region name.
https://github.com/stackitcloud/terraform-provider-stackit/blob/main/docs/guides/aws_provider_s3_stackit.md
BD-2505