Merge pull request #32073 from igventurelli/patch-1

Fixing s3.mdx on Delegating Access
pull/33159/head
Rose M Koron 3 years ago committed by GitHub
commit c9ab87d49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]}"
}
}

Loading…
Cancel
Save