4 lines
95 B
HCL
4 lines
95 B
HCL
variable "root_password" {
|
|
type = string
|
|
description = "Password used for the root user"
|
|
}
|