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
Config should fail with validation warning on IPv6 addresses in IPv4 only fields primary and additional_primaries. NS1 does not currently support IPv6 values for these fields.
Actual Behavior
Error: PUT https://api.nsone.net/v1/zones/0.2.3.0.0.0.2.8.7.0.0.0.2.6.2.ip6.arpa: 400 Input validation failed (Value u'2620:78:2000:0e00::ffff' for field '<obj>.secondary.primary_ip' does not match regular expression '^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$')
on modules/zone/secondary_zone/main.tf line 4, in resource "ns1_zone" "secondary_zone":
4: resource "ns1_zone" "secondary_zone" {
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
I opened NS1 Support Ticket 23797 for a feature request to support IPv6 in the API. I will comment when I have a reference to the actual feature request.
The intent of the feature request info being here is not to track the feature as part of the TF provider, but to communicate with the TF Provider developers (aka "you") that a request was submitted and that you can track that stuff internally for later story development. Not fully-supporting IPv6 is a major shortcoming of NS1.
Terraform Version
All versions
Affected Resource(s)
ns1_zone
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Config should fail with validation warning on IPv6 addresses in IPv4 only fields
primary
andadditional_primaries
. NS1 does not currently support IPv6 values for these fields.Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: