Skip to content

Commit

Permalink
Fix : Updated Github Workflows and added Latest Azurerm Version
Browse files Browse the repository at this point in the history
  • Loading branch information
vedant990 committed Dec 10, 2024
1 parent a966fc5 commit d2222fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ output "extension_id" {

output "service_vault_id" {
description = "The Principal ID associated with this Managed Service Identity."
value = azurerm_recovery_services_vault.example[count.index].principal_id
value = azurerm_recovery_services_vault.example[*].principal_id
}

output "service_vault_tenant_id" {
description = "The Tenant ID associated with this Managed Service Identity."
value = azurerm_recovery_services_vault.example[count.index].tenant_id
value = azurerm_recovery_services_vault.example[*].tenant_id
}

output "vm_backup_policy_id" {
description = "The ID of the VM Backup Policy."
value = azurerm_backup_policy_vm.policy[count.index].id
value = azurerm_backup_policy_vm.policy[*].id
}

0 comments on commit d2222fa

Please sign in to comment.