Skip to content

Commit

Permalink
output schema_id (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: zjanura <[email protected]>
  • Loading branch information
zjanura and IsonsoftZdenek authored Mar 7, 2024
1 parent 750d0c3 commit d7c2177
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/azure/api_management_api_schema/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "id" {
value = azurerm_api_management_global_schema.schema.id
}

output "schema_id" {
value = var.schema_id
}

0 comments on commit d7c2177

Please sign in to comment.