There was an error while loading. Please reload this page.
1 parent 415f6f5 commit 2b75599Copy full SHA for 2b75599
1 file changed
terraform/key_vault.tf
@@ -128,7 +128,13 @@ resource "azurerm_key_vault_access_policy" "pgadmin_container_app" {
128
depends_on = [azurerm_key_vault.main]
129
}
130
131
+# these declarations can be removed as soon as the application service has been torn down in the production env
132
moved {
133
from = random_password.django_db_password
134
to = module.application.random_password.django_db_password
135
136
+
137
+moved {
138
+ from = azurerm_key_vault_secret.django_db_password
139
+ to = module.application.azurerm_key_vault_secret.django_db_password
140
+}
0 commit comments