Skip to content

Commit ca19a78

Browse files
authored
Merge pull request #57 from remerge/DATA-653-migrate-drh-21-and-drh-22-to-drn
leaseweb still wants special characters
2 parents 71fd0be + 2c13783 commit ca19a78

File tree

1 file changed

+1
-1
lines changed
  • leaseweb/server/installation

1 file changed

+1
-1
lines changed

leaseweb/server/installation/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "random_password" "main" {
22
length = 16
3-
special = false
3+
special = true
44
}
55

66
resource "leaseweb_dedicated_server_installation" "main" {

0 commit comments

Comments
 (0)