Skip to content

Commit

Permalink
Remove legacy keyvaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic Update committed Oct 3, 2024
1 parent eaf1514 commit 8d718db
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
Empty file added deleteme.txt
Empty file.
3 changes: 0 additions & 3 deletions terraform/subscriptions/s940/c2/key-vault/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ variable "keyvaults" {
network_acls_default_action = optional(string, "Allow")
}))
default = {
radix-vault-c2-prod = {
resource_group = "common-westeurope"
}
radix-keyv-c2 = {
enable_rbac_authorization = true
}
Expand Down
3 changes: 0 additions & 3 deletions terraform/subscriptions/s940/prod/key-vault/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ variable "keyvaults" {
network_acls_default_action = optional(string, "Allow")
}))
default = {
radix-vault-prod = {
resource_group = "common"
}
radix-keyv-platform = {
enable_rbac_authorization = true
}
Expand Down
3 changes: 0 additions & 3 deletions terraform/subscriptions/s941/dev/key-vault/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ variable "keyvaults" {
kv_secrets_user_id = optional(string, "")
}))
default = {
radix-vault-dev = {
resource_group = "common"
}
radix-keyv-dev = {
resource_group = "common-dev"
enable_rbac_authorization = true
Expand Down

0 comments on commit 8d718db

Please sign in to comment.