Skip to content

Commit

Permalink
Merge pull request hashicorp#1725 from oddsocksio/hashicorpGH-1724
Browse files Browse the repository at this point in the history
Update iam_role data source example to provide working example
  • Loading branch information
Ninir authored Sep 21, 2017
2 parents 402ce45 + 4033b98 commit 42f52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/iam_role.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ properties without having to hard code ARNs as input.

```hcl
data "aws_iam_role" "example" {
role_name = "an_example_role_name"
name = "an_example_role_name"
}
```

Expand Down

0 comments on commit 42f52ad

Please sign in to comment.