Skip to content

Commit

Permalink
Update outputs.tf to include Alias ID output
Browse files Browse the repository at this point in the history
  • Loading branch information
fjdev committed Nov 28, 2024
1 parent c1ba0b1 commit 6b45e35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
output "id" {
description = "The ID of the Alias."
value = azurerm_subscription.subscription.id
}

output "subscription_id" {
description = "The Resource ID of the Alias."
value = data.azurerm_subscriptions.subscription.subscriptions[0].subscription_id
Expand Down

0 comments on commit 6b45e35

Please sign in to comment.