Skip to content

Commit

Permalink
Merge pull request #4484 from gruebel/patch-1
Browse files Browse the repository at this point in the history
Fix docs of api_management_product_group
  • Loading branch information
tombuildsstuff authored Oct 2, 2019
2 parents 1650596 + ef34191 commit 6626124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/api_management_product_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data "azurerm_api_management_group" "example" {
}
resource "azurerm_api_management_product_group" "example" {
product_id = "${data.azurerm_api_management_user.example.id}"
product_id = "${data.azurerm_api_management_product.example.product_id}"
group_name = "${data.azurerm_api_management_group.example.name}"
api_management_name = "${data.azurerm_api_management.example.name}"
resource_group_name = "${data.azurerm_api_management.example.resource_group_name}"
Expand Down

0 comments on commit 6626124

Please sign in to comment.