You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be possible to add a computed value in the gandi_livedns_record. However, i don't know if it could be computed during the plan phase. If not, i don't think it's a good idea since we would have to deploy the resource to know this fqdn value.
So, if it can be computed during the plan phase, then a PR is welcome ;)
I was puzzled because the comment for the zone attribute is The FQDN of the domain
Yep, maybe should be something such as The FQDN of this domain zone (it's not the root zone however).
Currently, when referencing a record into another CNAME, I need to write something like this in the
values
argument:It would be nice to be able to only write this:
Would it be possible to add something named like the
fqdn
attribute on gandi_livedns_record?Also, when I looked into the [source code](https://github.com/go-gandi/terraform-provider-gandi/blob/master/gandi/resource_livedns_record.go#L28, I was puzzled because the comment for the
zone
attribute isThe FQDN of the domain
when in fact, it is not the [FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name, but the root zone.The text was updated successfully, but these errors were encountered: