Fixing plurality of output names
This commit is contained in:
parent
d80c430a56
commit
6e33ab9696
@ -44,17 +44,17 @@ output "api_outputs" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
output "product_ids" {
|
output "product_id" {
|
||||||
description = "The ID of the Product created"
|
description = "The ID of the Product created"
|
||||||
value = azurerm_api_management_product.product.id
|
value = azurerm_api_management_product.product.id
|
||||||
}
|
}
|
||||||
|
|
||||||
output "product_api_ids" {
|
output "product_api_id" {
|
||||||
description = "The ID of the Product/API association created"
|
description = "The ID of the Product/API association created"
|
||||||
value = azurerm_api_management_product_api.product_api.id
|
value = azurerm_api_management_product_api.product_api.id
|
||||||
}
|
}
|
||||||
|
|
||||||
output "product_group_ids" {
|
output "product_group_id" {
|
||||||
description = "The ID of the Product/Group association created"
|
description = "The ID of the Product/Group association created"
|
||||||
value = azurerm_api_management_product_group.product_group.id
|
value = azurerm_api_management_product_group.product_group.id
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user