Skip to content

Commit

Permalink
update random password over ride special
Browse files Browse the repository at this point in the history
  • Loading branch information
akiliuhk committed Aug 21, 2023
1 parent 770bee8 commit 99c0f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/azure/linux-server-cockpit/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "random_password" "linux_server_password" {
min_numeric = 2
numeric = true
special = true
override_special = "_!@#$%&"
override_special = "_!@#$%"
}

# Azure linux virtual machine
Expand Down

0 comments on commit 99c0f45

Please sign in to comment.