Skip to content

Commit 2c11d76

Browse files
authored
Merge pull request #32 from recognizegroup/feature/output-apim-id
feat: Added APIM ID to data module output AB#00000
1 parent 4cc5ddf commit 2c11d76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api_management/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
output "id" {
2+
value = data.azurerm_api_management.api_management.id
3+
}
4+
15
output "developer_portal_url" {
26
value = data.azurerm_api_management.api_management.developer_portal_url
37
}

0 commit comments

Comments
 (0)