Skip to content

Commit

Permalink
update keyvault secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hull committed Jul 3, 2024
1 parent d471f31 commit b524e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions modules/compute/container_app/keyvault_secrets.tf

This file was deleted.

2 changes: 1 addition & 1 deletion modules/security/keyvault/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ output "base_tags" {
value = local.tags
}

output "merged_secret_ids" {
output "secret_ids" {
description = "The IDs of all secrets"
value = merge(
{ for s in azurerm_key_vault_secret.secret : s.name => s.id },
Expand Down

0 comments on commit b524e44

Please sign in to comment.