Skip to content

Commit

Permalink
Fix docs of api_management_product_group
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel authored Oct 2, 2019
1 parent 89f9122 commit ef34191
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 ef34191

Please sign in to comment.