Skip to content

Commit

Permalink
azure-ci: Prefix AZURE_ to output RESOURCE_GROUP
Browse files Browse the repository at this point in the history
Fixes #911

Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
  • Loading branch information
surajssd authored and kartikjoshi21 committed May 11, 2023
1 parent be24a54 commit 53f3e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-infra/azure/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ output "AZURE_CLIENT_ID" {
value = azurerm_user_assigned_identity.gh_action_user_identity.client_id
}

output "RESOURCE_GROUP" {
output "AZURE_RESOURCE_GROUP" {
value = azurerm_resource_group.ci_rg.name
}

Expand Down

0 comments on commit 53f3e6b

Please sign in to comment.