mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 15:36:26 -06:00
missing a closing } in the example
This is a simple one.. Docs were missing a closing }
This commit is contained in:
parent
6749ea29a4
commit
ef83fd52ae
@ -30,6 +30,7 @@ resource "aws_iam_role_policy" "test_policy" {
|
||||
]
|
||||
}
|
||||
EOF
|
||||
}
|
||||
|
||||
resource "aws_iam_role" "test_role" {
|
||||
name = "test_role"
|
||||
|
Loading…
Reference in New Issue
Block a user