Skip to content

Commit

Permalink
Use the correct rename
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Aug 29, 2024
1 parent 17a20ff commit 4cb62d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operations/template/docs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ resource "azurerm_storage_account_customer_managed_key" "docs_storage_account_cu

depends_on = [
azurerm_key_vault_access_policy.allow_github_deployer,
azurerm_key_vault_access_policy.allow_storage_account_wrapping
azurerm_key_vault_access_policy.allow_docs_storage_account_wrapping
] //wait for the permission that allows our deployer to write the secret
}
2 changes: 1 addition & 1 deletion operations/template/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "azurerm_storage_account_customer_managed_key" "storage_storage_account

depends_on = [
azurerm_key_vault_access_policy.allow_github_deployer,
azurerm_key_vault_access_policy.allow_storage_account_real_wrapping
azurerm_key_vault_access_policy.allow_storage_storage_account_wrapping
] //wait for the permission that allows our deployer to write the secret
}

Expand Down

0 comments on commit 4cb62d0

Please sign in to comment.