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 6b45e35 commit de650f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output "id" {
description = "The ID of the Alias."
value = azurerm_subscription.subscription.id
value = data.azurerm_subscriptions.subscription.subscriptions[0].id
}

output "subscription_id" {
Expand Down

0 comments on commit de650f9

Please sign in to comment.