Skip to content

Commit

Permalink
Merge pull request #29 from OpenVPN/feature/terraform_code
Browse files Browse the repository at this point in the history
Fix var.responsible person
  • Loading branch information
joao-diasx authored Dec 10, 2024
2 parents 3fecb16 + b12b398 commit e034bc0
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 e034bc0

Please sign in to comment.