-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set region other than profile region #37
Comments
I just ran into this issue, and it appears that this was changed upstream to a read-only attribute: hashicorp/terraform-provider-aws#14127 I believe it can now only use the profile or provider region as you indicated. |
Oh, thanks! So using different providers for each region can be a solution |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi everyone!
I can't identify whether problem is on my side or it's an issue in the module.
I'm using the module as a part of my own module
and I'm creating a couple of buckets and all of them get
us-west-2
region despite what I'm passing asregion
var.Code in my module
./modules/repo/main.tf
:Main code
./main.tf
:terraform plan
reportings are fine, but afterterraform apply
both buckets have regionus-west-2
.It must be said that I'm using
us-west-2
as an AWS provider setting:But the docs says that bucket region will override profile region:
Could you please point me out what I'm doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: