Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-codaio authored Feb 22, 2020
1 parent 7071637 commit ffc3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/iot_provisioning_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Creates an IoT fleet provisioning template. For more info, see the AWS documenta
## Example Usage

```hcl
resource "aws_iam_policy_document" "iot_assume_role_policy" {
data "aws_iam_policy_document" "iot_assume_role_policy" {
statement {
actions = ["sts:AssumeRole"]
Expand Down

0 comments on commit ffc3e58

Please sign in to comment.