Add contabo provider
This commit is contained in:
parent
ed555418e2
commit
048ea26034
10 changed files with 73 additions and 15 deletions
|
@ -12,10 +12,6 @@ data "template_file" "cloud_init" {
|
|||
}
|
||||
}
|
||||
|
||||
locals {
|
||||
hetzner_hosts = {for key, val in var.hosts : key => val if val.provider == "hetzner"}
|
||||
}
|
||||
|
||||
resource "hcloud_primary_ip" "node_ipv4_addresses" {
|
||||
for_each = local.hetzner_hosts
|
||||
name = "primary_ipv4_${each.value.hostname}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue