aws_iam_access_key: parameter ses_smtp_password only valid in Ireland region ? #11930
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/iam
Issues and PRs that pertain to the iam service.
Milestone
Hello,
regarding the following code, I just create a user for SES as described here : https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials
When I use the output aws_iam_access_key output with my local MTA, it successfully connects with Ireland SES service :
but not Frankfurt SES service:
When looking to the documentation, the SES SMTP Credentials depends on region : https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials-convert
However, I can't see any dependency to the region when this provider generates it.
Community Note
Terraform Version
Affected Resource(s)
Run Version :
Terraform Configuration Files
$ terraform -v
Terraform v0.11.14
Executed code :
Expected Behavior
I expect to create another input smtp_region and include it in the hash calculation or dynamically use the current run region in the calculation
Actual Behavior
It seems that the user is only useful for Ireland region
Thank you in advance
Best regards
The text was updated successfully, but these errors were encountered: