mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #32073 from igventurelli/patch-1
Fixing s3.mdx on Delegating Access
This commit is contained in:
commit
c9ab87d49e
@ -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…
Reference in New Issue
Block a user