16 lines
196 B
HCL
16 lines
196 B
HCL
variable "gandi_token" {
|
|
sensitive = true
|
|
}
|
|
|
|
variable "hcloud_token" {
|
|
sensitive = true
|
|
}
|
|
|
|
variable "ovh_client_id" {
|
|
sensitive = true
|
|
}
|
|
|
|
variable "ovh_client_secret" {
|
|
sensitive = true
|
|
}
|