terraform-provider-ovh icon indicating copy to clipboard operation
terraform-provider-ovh copied to clipboard

[FEATURE] Enable/ Disable DNSSEC feature

Open dantefromhell opened this issue 1 year ago • 1 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

dantefromhell avatar Dec 02 '23 20:12 dantefromhell

FR as per request in #64

dantefromhell avatar Dec 02 '23 20:12 dantefromhell

Resource and datasource ovh_domain_zone_dnssec have been added

amstuta avatar Mar 21 '24 16:03 amstuta