mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix incorrect parameter name
This commit is contained in:
parent
c214130401
commit
b5f0dc867b
@ -21,7 +21,7 @@ resource "aws_iam_instance_profile" "test_profile" {
|
||||
resource "aws_iam_role" "role" {
|
||||
name = "test_role"
|
||||
path = "/"
|
||||
policy = <<EOF
|
||||
assume_role_policy = <<EOF
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
|
Loading…
Reference in New Issue
Block a user