Skip to content

Commit

Permalink
add count
Browse files Browse the repository at this point in the history
  • Loading branch information
SalimKainos committed Jul 1, 2024
1 parent 9afdc4f commit 5393088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyvault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ data "azurerm_key_vault" "rhel_cert_vault" {
data "azurerm_key_vault_secret" "rhel_cert" {
provider = azurerm.cnp
name = var.env == "prod" ? "rhel-cert-prod" : "rhel-cert"
key_vault_id = data.azurerm_key_vault.cnp_vault.id
key_vault_id = data.azurerm_key_vault.cnp_vault[0].id
}

0 comments on commit 5393088

Please sign in to comment.