Add contabo provider
This commit is contained in:
parent
ed555418e2
commit
048ea26034
10 changed files with 73 additions and 15 deletions
modules/infrastructure
4
modules/infrastructure/contabo.tf
Normal file
4
modules/infrastructure/contabo.tf
Normal file
|
@ -0,0 +1,4 @@
|
|||
resource "contabo_instance" "nodes" {
|
||||
for_each = local.contabo_hosts
|
||||
display_name = each.value.hostname
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue