Skip to content

Commit bc75c9c

Browse files
authored
example fix
1 parent c78a274 commit bc75c9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/docs/index.html.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ In order to enable the Terraform MongoDB Atlas Provider with AWS SM, please foll
9999
"Principal": {
100100
"AWS": "*"
101101
},
102-
"Action": "sts:AssumeRole"
102+
"Action": [
103+
"sts:AssumeRole"
104+
]
103105
}
104106
]
105-
}
107+
}
106108
```
107109
Note: this policy may be overly broad for many use cases, feel free to adjust accordingly to your organization's needs.
108110

0 commit comments

Comments
 (0)