Skip to content

Commit

Permalink
Added necessary output values
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArcherMsft committed Jan 30, 2025
1 parent ee83b84 commit ef03a51
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions quickstart/101-azapi-lab-services/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
output "login_server" {
value = azapi_resource.example.output.properties.loginServer
}

# Outputs "disabled"
output "quarantine_policy" {
value = azapi_resource.example.output.properties.policies.quarantinePolicy.status
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}

output "azure_container_registry_name" {
Expand Down

0 comments on commit ef03a51

Please sign in to comment.