ovh/terraform-provider-ovh

[FEATURE] Enable/ Disable DNSSEC feature

dantefromhell opened this issue · 2 comments

Description

Via the OVH "Web Cloud" configuration interface is it possible to enable/ disable DNSSEC settings
for a given domain.
As of version 0.35 the only DNSSEC related field is dnssec_supported which according to documentation only states if the feature is generally available.

This FR asks for a parameter to enable/ disable DNSSEC via the Terraform ovh_domain_zone resource, ideally including a data source that allows querying/ exporting the current status of the DNSSEC configuration.

Affected Resource(s) and/or Data Source(s)

  • ovh_domain_zone

FR as per request in #64

Resource and datasource ovh_domain_zone_dnssec have been added