mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-21 22:22:58 -06:00
7775cc8ccc
+examples +docs for clc
19 lines
270 B
HCL
19 lines
270 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
|
|
} |