terraform-provider-upcloud
terraform-provider-upcloud copied to clipboard
How do I configure the DNS PTR record for an IP?
Hi,
How can we configure a DNS PTR record for an IP via Terraform? Is this something currently supported?
FYI - There is already an API endpoint for this: https://developers.upcloud.com/10-ip-addresses/#modify-ip-address
Hello,
Current release has ip_addresses as datasources, but modifying them is not currently supported.
+1 another use-case for support to set the ptr_record via Terraform.
Implementing this via a http data resource within terraform feels like a whacky workaround.