Merge pull request #32073 from igventurelli/patch-1

Fixing s3.mdx on Delegating Access
This commit is contained in:
Rose M Koron 2023-05-05 16:25:40 -07:00 committed by GitHub
commit c9ab87d49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,7 +314,7 @@ provider "aws" {
# No credentials explicitly set here because they come from either the
# environment or the global credentials file.
assume_role = {
assume_role {
role_arn = "${var.workspace_iam_roles[terraform.workspace]}"
}
}