Skip to content

Commit

Permalink
Add default username and password.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 10, 2024
1 parent bdbd539 commit dab03d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/proxy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ variable "server_configuration" {
description = "use module.<SERVER_NAME>.configuration, see README_ADVANCED.md"
default = {
hostnames = []
username = "admin"
password = "admin"
}
}

Expand Down

0 comments on commit dab03d2

Please sign in to comment.