Skip to content

Commit

Permalink
this security group should have the correct permissions to make chang…
Browse files Browse the repository at this point in the history
…es (#9070)

* this security group should have the correct permissions to make changes

* change to more restricted group
  • Loading branch information
robertsweetman authored Dec 12, 2024
1 parent 37aeb3d commit 7a49f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a49f8c

Please sign in to comment.