Skip to content

Commit

Permalink
fix: cahnge imagePasssword default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rmocanu-ionos committed Jun 30, 2023
1 parent bc2e007 commit d17f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionoscloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (
const (
defaultRegion = "us/las"
defaultImageAlias = "ubuntu:20.04"
defaultImagePassword = "abcde12345" // Must contain both letters and numbers, at least 8 characters
defaultImagePassword = "" // Must contain both letters and numbers, at least 8 characters
defaultCpuFamily = "AMD_OPTERON"
defaultAvailabilityZone = "AUTO"
defaultDiskType = "HDD"
Expand Down

0 comments on commit d17f6ba

Please sign in to comment.