Add contabo provider
This commit is contained in:
parent
ed555418e2
commit
048ea26034
10 changed files with 73 additions and 15 deletions
13
variables.tf
13
variables.tf
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue