UpCloudLtd / terraform-provider-upcloud

Terraform provider for UpCloud
https://registry.terraform.io/providers/UpCloudLtd/upcloud
MIT License
60 stars 31 forks source link

How do I configure the DNS PTR record for an IP? #60

Open hielee opened 5 years ago

hielee commented 5 years ago

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

PopoSensei commented 4 years ago

Hello,

Current release has ip_addresses as datasources, but modifying them is not currently supported.

dantefromhell commented 11 months ago

+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.