Skip to content

Commit

Permalink
fixed test config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Jun 4, 2020
1 parent 33b5a7f commit ecf0e9a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ data "azurerm_management_group" "test" {
}
data "azurerm_blueprint_published_version" "test" {
management_group = data.azurerm_management_group.test.id
blueprint_name = "%s"
version = "%s"
scope_id = data.azurerm_management_group.test.id
blueprint_name = "%s"
version = "%s"
}
`, mg, bpName, version)
}

0 comments on commit ecf0e9a

Please sign in to comment.