From 7a49f8c99170ebef7faac58e4a59c84629c5214c Mon Sep 17 00:00:00 2001 From: Robert Sweetman Date: Thu, 12 Dec 2024 17:27:10 +0000 Subject: [PATCH] this security group should have the correct permissions to make changes (#9070) * this security group should have the correct permissions to make changes * change to more restricted group --- .../oasys-national-reporting/locals_preproduction.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/oasys-national-reporting/locals_preproduction.tf b/terraform/environments/oasys-national-reporting/locals_preproduction.tf index 84349919c93..0a658a6dd4c 100644 --- a/terraform/environments/oasys-national-reporting/locals_preproduction.tf +++ b/terraform/environments/oasys-national-reporting/locals_preproduction.tf @@ -154,7 +154,7 @@ locals { domain_name = "azure.hmpp.root" username = "svc_fsx_windows" password_secret_name = "/sap/bods/pp/passwords" - file_system_administrators_group = "Administrators" + file_system_administrators_group = "Domain Join" } tags = { backup = true