Skip to content

Commit

Permalink
Remove unnecessary role assignment for app configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeveen committed Mar 26, 2024
1 parent b5f8f2d commit 320c5e1
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ resource "azurerm_role_assignment" "appconf_dataowner" {
principal_id = data.azurerm_client_config.current.object_id
}

// TODO: PLEASE REMOVE ROBERT DE VEEN FROM THE CODE
resource "azurerm_role_assignment" "appconf_dataowner2" {
provider = azurerm.main
scope = azurerm_app_configuration.app_config.id
role_definition_name = "App Configuration Data Owner"
principal_id = "47778390-c43d-4e18-a90f-d816301b569f" # Robert de Veen
}

resource "time_sleep" "wait_for_appconf_dataowner_assignment" {
create_duration = "60s"

Expand Down

0 comments on commit 320c5e1

Please sign in to comment.