mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixing s3.mdx on Delegating Access
This commit is contained in:
parent
730756eca2
commit
6f335f233a
@ -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]}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user