Files
tf-infra/ovh/variables.tf
2026-03-14 20:56:04 +01:00

15 lines
190 B
HCL

variable ovh_app_key {
type = string
sensitive = true
}
variable ovh_app_secret {
type = string
sensitive = true
}
variable ovh_consumer_key {
type = string
sensitive = true
}