Skip to content

Commit

Permalink
fixed embedded code
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 25, 2020
1 parent d5f946e commit 91e7fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ locals {
resource "azurerm_role_definition" "test" {
role_definition_id = "%s"
name = "acctestrd-%d"
scope = local.scope
scope = local.scope
permissions {
actions = ["*"]
Expand Down

0 comments on commit 91e7fbe

Please sign in to comment.