Skip to content

Commit

Permalink
Docs: Fix typo in builtin_role_definition example
Browse files Browse the repository at this point in the history
  • Loading branch information
eefi committed Jan 4, 2018
1 parent 9733b43 commit dfd61e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/builtin_role_definition.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "azurerm_builtin_role_definition" "contributor" {
}
output "contributor_role_definition_id" {
value = "${data.azurerm_builtin_role.contributor.id}"
value = "${data.azurerm_builtin_role_definition.contributor.id}"
}
```

Expand Down

0 comments on commit dfd61e5

Please sign in to comment.