Skip to content

Commit

Permalink
Add resouce group in output gzh (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
backwind1233 authored Feb 24, 2022
1 parent 7a21b32 commit 76361d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ output "object_id" {
description = "Current user's object_id."
}


output "resource_group_name" {
value = azurerm_resource_group.main.name
description = "The Azure resource group name."
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ output "object_id" {
output "cosmos_database_name" {
value = var.cosmos_database_name
}

output "resource_group_name" {
value = azurerm_resource_group.main.name
description = "The Azure resource group name."
}

0 comments on commit 76361d6

Please sign in to comment.