There was an error while loading. Please reload this page.
1 parent b8ed742 commit 415f6f5Copy full SHA for 415f6f5
1 file changed
terraform/key_vault.tf
@@ -127,3 +127,8 @@ resource "azurerm_key_vault_access_policy" "pgadmin_container_app" {
127
# This ensures the Key Vault itself is created before trying to attach a policy.
128
depends_on = [azurerm_key_vault.main]
129
}
130
+
131
+moved {
132
+ from = random_password.django_db_password
133
+ to = module.application.random_password.django_db_password
134
+}
0 commit comments