Skip to content

Commit

Permalink
Fix var.responsible person
Browse files Browse the repository at this point in the history
  • Loading branch information
jregino2099 committed Dec 10, 2024
1 parent 4bf03b8 commit b12b398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "ibm_dns_record" "openvpn_dns_record" {
data = ibm_is_floating_ip.openvpn.address
domain_id = ibm_dns_domain.dns_domain[0].id
host = var.dns_entry_name
responsible_person = var.responsible_person
responsible_person = var.dns_responsible_person
ttl = 900
type = "a"
}
Expand Down

0 comments on commit b12b398

Please sign in to comment.