Fixing s3.mdx on Delegating Access

This commit is contained in:
Igor Venturelli 2022-10-24 19:33:46 -03:00 committed by GitHub
parent 730756eca2
commit 6f335f233a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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