NetApp / terraform-provider-netapp-ontap

Terrafrom ONTAP provider
https://registry.terraform.io/providers/NetApp/netapp-ontap/latest
Mozilla Public License 2.0
16 stars 8 forks source link

[Enhancement]: name-service dns resource - add skip_config_validation #316

Closed chuyich closed 1 week ago

chuyich commented 1 week ago

Description

type: bool
description:
- By default, all nameservers are checked to validate they are available to resolve.
- If you DNS servers are not yet installed or momentarily not available, you can set this option to 'true'
- to bypass the check for all servers specified in nameservers field.
- With REST, requires ONTAP 9.9.1 or later and ignored for cluster DNS operations.

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

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

Yes