Skip to content

Commit

Permalink
Merge pull request #1137 from equinor/key-vault
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
sveinpj authored Dec 20, 2023
2 parents a587033 + 7baf26c commit 40430ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/subscriptions/s941/dev/key-vault/inputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {

key_vault = {
name = "radix-vault-dev"
resource_group = "common"
resource_group = local.external_outputs.common.data.resource_group
soft_delete_retention_days = 30
enable_rbac_authorization = false
purge_protection_enabled = true
Expand Down

0 comments on commit 40430ae

Please sign in to comment.