🔥: remove ovh related provider
Some checks failed
terraform-lint / terraform-lint (push) Failing after 2s
Some checks failed
terraform-lint / terraform-lint (push) Failing after 2s
This commit is contained in:
@@ -1,18 +1,3 @@
|
||||
# Add a record to a sub-domain
|
||||
resource "ovh_domain_zone_record" "record_v4" {
|
||||
zone = local.infra_related_domain
|
||||
subdomain = "${var.server_name}.dmz"
|
||||
fieldtype = "A"
|
||||
target = local.public_ipv4_addr
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "record_v6" {
|
||||
zone = local.infra_related_domain
|
||||
subdomain = "${var.server_name}.dmz"
|
||||
fieldtype = "AAAA"
|
||||
target = "${local.public_ipv6_prefix}::${var.ip_suffix}"
|
||||
}
|
||||
|
||||
resource "proxmox_virtual_environment_container" "container" {
|
||||
node_name = "serenor"
|
||||
description = var.server_desc
|
||||
|
Reference in New Issue
Block a user