Skip to content

Commit

Permalink
Remove Lock Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 19, 2024
1 parent cccd8ae commit e9017a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
8 changes: 0 additions & 8 deletions terraform/subscriptions/s940/c2/post-clusters/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ module "clusters" {
subscription = module.config.subscription
}

data "azuread_service_principal" "this" {
display_name = "ar-radix-resource-lock-operator-prod"
}

data "azurerm_role_definition" "this" {
name = "Omnia Authorization Locks Operator"
}

data "azurerm_key_vault_secret" "radixowners" {
name = "radixowners"
key_vault_id = module.config.backend.ip_key_vault_id
Expand Down
12 changes: 0 additions & 12 deletions terraform/subscriptions/s940/c2/post-clusters/rbac.tf

This file was deleted.

8 changes: 0 additions & 8 deletions terraform/subscriptions/s940/prod/post-clusters/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ module "clusters" {
subscription = module.config.subscription
}

data "azuread_service_principal" "this" {
display_name = "ar-radix-resource-lock-operator-prod"
}

data "azurerm_role_definition" "this" {
name = "Omnia Authorization Locks Operator"
}

data "azurerm_key_vault_secret" "radixowners" {
name = "radixowners"
key_vault_id = module.config.backend.ip_key_vault_id
Expand Down
12 changes: 0 additions & 12 deletions terraform/subscriptions/s940/prod/post-clusters/rbac.tf

This file was deleted.

0 comments on commit e9017a5

Please sign in to comment.