Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Coulter authored Aug 12, 2020
1 parent 7c0a04c commit a7f6e79
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
Expand Up @@ -7,3 +7,8 @@ output "id" {
value = "/subscriptions/${shell_script.subscription.output.id}"
description = "Azure resource model subscription path"
}

output "name" {
value = shell_script.subscription.output.name
description = "Name of the subscription"
}

0 comments on commit a7f6e79

Please sign in to comment.