diff --git a/infrastructure/modules/postgresql-flexible/output.tf b/infrastructure/modules/postgresql-flexible/output.tf new file mode 100644 index 0000000..e3b236a --- /dev/null +++ b/infrastructure/modules/postgresql-flexible/output.tf @@ -0,0 +1,3 @@ +output "db_admin_pwd_keyvault_secret" { + value = resource.azurerm_key_vault_secret.db_admin_pwd.versionless_id +}