Add contabo provider

This commit is contained in:
Tobias Reisinger 2024-09-30 20:00:24 +02:00
parent ed555418e2
commit 048ea26034
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 73 additions and 15 deletions

View file

@ -28,6 +28,17 @@ variable "authentik_token" {
}
variable "contabo_provider_vars" {
type = object({
client_id = string
client_secret = string
user = string
pass = string
})
sensitive = true
}
variable "hcloud_token" {
sensitive = true
}
@ -117,8 +128,6 @@ variable "hosts" {
hostname = string
rdns = string
provider = string
ipv4_address = optional(string)
ipv6_address = optional(string)
image = optional(string)
server_type = optional(string)
datacenter = optional(string)