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
The ns1 terraform plugin does not accept DNSKEY and RRSIG resource types. These are supported by the NS1 api.
They can be imported and appear in the state file however a plan then fails.
The ns1 terraform plugin does not accept DNSKEY and RRSIG resource types. These are supported by the NS1 api.
They can be imported and appear in the state file however a plan then fails.
Terraform Version
Terraform v1.2.6
on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
terraform plan
╷
│ Error: expecting one of "A", "AAAA", "ALIAS", "AFSDB", "CAA", "CNAME", "DNAME", "DS", "HINFO", "MX", "NAPTR", "NS", "PTR", "RP", "SPF", "SRV", "TXT", "URLFWD", "strings"; got "DNSKEY"
│
│ with module.ZONE_example_com.ns1_record.DNSKEY_example_com,
│ on zones/example.com/example.com_DNSKEY.tf line 1, in resource "ns1_record" "DNSKEY_example_com":
│ 1: resource "ns1_record" "DNSKEY_example_com" {
│
╵
╷
│ Error: expecting one of "A", "AAAA", "ALIAS", "AFSDB", "CAA", "CNAME", "DNAME", "DS", "HINFO", "MX", "NAPTR", "NS", "PTR", "RP", "SPF", "SRV", "TXT", "URLFWD", "strings"; got "RRSIG"
│
│ with module.ZONE_example_com.ns1_record.RRSIG_example_com,
│ on zones/example.com/example.com_RRSIG.tf line 1, in resource "ns1_record" "RRSIG_example_com":
│ 1: resource "ns1_record" "RRSIG_example_com" {
│
Expected Behavior
These two record types should be accepted
Actual Behavior
Resource types cause terraform to fail
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: