You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a profile and a region are set, the region should override the profile value when getting an RDS auth token. i found this because i didn't have a region set in a profile and i was getting authentication failures, but i imagine there are also cases where you want to set a default region, but have the option to override.
Actual Behavior
the region is not passed into the aws config object if the profile name is set.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
azban
changed the title
R
aws_rds_iam_region is not set when aws_rds_iam_profile is set
Jun 7, 2024
azban
linked a pull request
Jun 7, 2024
that will
close
this issue
Terraform Version
1.22.0
Affected Resource(s)
provider configuration with
aws_iam_auth
Terraform Configuration Files
Expected Behavior
when a profile and a region are set, the region should override the profile value when getting an RDS auth token. i found this because i didn't have a region set in a profile and i was getting authentication failures, but i imagine there are also cases where you want to set a default region, but have the option to override.
Actual Behavior
the region is not passed into the aws config object if the profile name is set.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: