mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
c6beaa7ce8
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
21 lines
272 B
HCL
21 lines
272 B
HCL
variable "clc_username" {
|
|
default = "<username>"
|
|
}
|
|
|
|
variable "clc_password" {
|
|
default = "<password>"
|
|
}
|
|
|
|
variable "clc_account" {
|
|
default = "<alias>"
|
|
}
|
|
|
|
# Ubuntu 14.04
|
|
variable "image" {
|
|
default = "ubuntu-14-64-template"
|
|
}
|
|
|
|
variable "app_port" {
|
|
default = 8080
|
|
}
|