From 7790c257110aa6d4b1aa95394de339dca411e568 Mon Sep 17 00:00:00 2001 From: halprin Date: Wed, 27 Sep 2023 15:49:36 -0600 Subject: [PATCH] Update the github app registration ID for permission to the key vault --- operations/template/key.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/operations/template/key.tf b/operations/template/key.tf index 74ad69c12..b5a77097f 100644 --- a/operations/template/key.tf +++ b/operations/template/key.tf @@ -13,7 +13,8 @@ resource "azurerm_key_vault" "key_storage" { resource "azurerm_key_vault_access_policy" "allow_github_deployer" { key_vault_id = azurerm_key_vault.key_storage.id tenant_id = data.azurerm_client_config.current.tenant_id - object_id = "d59c2c86-de5e-41b7-a752-0869a73f5a60" //github app registration +# object_id = "d59c2c86-de5e-41b7-a752-0869a73f5a60" //github app registration + object_id = "f5feabe7-5d37-40ba-94f2-e5c0760b4561" //github app registration secret_permissions = [ "Set",