Skip to content

Commit 415f6f5

Browse files
committed
refactor: make the random_password move explicit to terraform
1 parent b8ed742 commit 415f6f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

terraform/key_vault.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@ resource "azurerm_key_vault_access_policy" "pgadmin_container_app" {
127127
# This ensures the Key Vault itself is created before trying to attach a policy.
128128
depends_on = [azurerm_key_vault.main]
129129
}
130+
131+
moved {
132+
from = random_password.django_db_password
133+
to = module.application.random_password.django_db_password
134+
}

0 commit comments

Comments
 (0)