Split up contabo provider vars
This commit is contained in:
parent
048ea26034
commit
48a4f72e4f
5 changed files with 42 additions and 19 deletions
20
variables.tf
20
variables.tf
|
@ -28,13 +28,19 @@ variable "authentik_token" {
|
|||
}
|
||||
|
||||
|
||||
variable "contabo_provider_vars" {
|
||||
type = object({
|
||||
client_id = string
|
||||
client_secret = string
|
||||
user = string
|
||||
pass = string
|
||||
})
|
||||
variable "contabo_client_id" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "contabo_client_secret" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "contabo_user" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "contabo_pass" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue