We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca19a78 + 8656c10 commit 31ba50fCopy full SHA for 31ba50f
leaseweb/server/installation/main.tf
@@ -1,6 +1,7 @@
1
resource "random_password" "main" {
2
- length = 16
3
- special = true
+ length = 16
+ special = true
4
+ override_special = "@,.^%-_~"
5
}
6
7
resource "leaseweb_dedicated_server_installation" "main" {
0 commit comments