From d931266cdfc17d46fb63d95f1e8f48c54c029877 Mon Sep 17 00:00:00 2001 From: Eugene Muzykin Date: Thu, 5 Feb 2026 12:02:02 -0500 Subject: [PATCH] Revert "[QA-2495] add: autogen admin svc account pwd (#530)" This reverts commit 72ef9a5a4e04abc529a7e29adf9134c8bbc880b4. --- application.tf | 9 --------- azure/application.tf | 9 --------- 2 files changed, 18 deletions(-) diff --git a/application.tf b/application.tf index 3ce5c433..f9f76a03 100644 --- a/application.tf +++ b/application.tf @@ -1312,12 +1312,6 @@ resource "random_password" "minio-password" { special = false } -resource "random_password" "ins-svc-admin-password" { - count = var.insights_enabled ? 1 : 0 - length = 16 - special = false -} - locals { insights_pre_reqs_values = [<