Add contabo provider
This commit is contained in:
parent
ed555418e2
commit
048ea26034
10 changed files with 73 additions and 15 deletions
2
main.tf
2
main.tf
|
@ -35,6 +35,8 @@ module "services" {
|
|||
module "infrastructure" {
|
||||
source = "./modules/infrastructure"
|
||||
|
||||
contabo_provider_vars = var.contabo_provider_vars
|
||||
|
||||
hcloud_token = var.hcloud_token
|
||||
|
||||
ovh_application_key = var.ovh_application_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue