From 069ac9bf1b65b18fd043ba401950f4af73f922bc Mon Sep 17 00:00:00 2001 From: joao-diasx Date: Thu, 21 Nov 2024 23:20:53 -0300 Subject: [PATCH] Update type field on ibm_dns_record --- instance.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance.tf b/instance.tf index 4f8d2e0..6e04d5d 100644 --- a/instance.tf +++ b/instance.tf @@ -34,5 +34,5 @@ resource "ibm_dns_record" "openvpn_dns_record" { host = var.dns_entry_name responsible_person = var.responsible_person ttl = 900 - type = "A" + type = "a" }