-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FQDN output to digitalocean_record resource types #5064
Comments
Hi @kyl191, this isn't available as part of the SDK - the SDK has the following fields in the struct:
I think we would have to ask for a change to be made to their API as it doesn't expose it either AFAICT https://developers.digitalocean.com/documentation/v2/#domain-records Paul |
Hi Paul, I've created a workaround for my usecase with a module (https://github.com/kyl191/terraform-cloudflare-modules/blob/master/create-fqdn/main.tf) - essentially pass the domain + subdomain, and get an output of the two combined. Thanks, |
Agreed with @kyl191 |
thanks @radeksimko - will add it |
Hi @kyl191 - this has been merged and will appear in 0.6.12 :) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
I'm creating a DNS record with
digitalocean_record
, and want to be able to use the resulting FQDN.Cloudflare_record
exports thehostname
attribute, which is the FQDN, could a similar thing be added fordigitalocean_record
?The text was updated successfully, but these errors were encountered: