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
When we run a Terraform plan of our NS1 resources, we see a large number of HTTP "GOAWAY" error responses from the NS1 API servers. This seems to be a new problem, we only started experiencing this within the last month, for the same Terraform configuration.
Terraform Version
0.12.24, sorry, I know it's old, but I don't think it's relevant to the issue.
ns1 provider version is: 1.12.2
Affected Resource(s)
Please list the resources as a list, for example:
ns1_zone
ns1_record
Terraform Configuration Files
variable"ns1_apikey" {}
provider"ns1" {
apikey=var.ns1_apikeyversion="1.12.2"rate_limit_parallelism=80
}
resource"ns1_zone""my_zone_com" {
zone="myzone.com"refresh=3600ttl=600expiry=604800retry=600autogenerate_ns_record=true
}
resource"ns1_record""my_zone_com_mx_records" {
zone="myzone.com"domain="myzone.com"type="MX"ttl="3600"answers {
answer="10 aspmx.l.google.com"
}
}
// ... and many more ...
Expected Behavior
Terraform is able to refresh the NS1 Zones and Records
Actual Behavior
Error: Get \"https://api.nsone.net/v1/zones/myzone.com/foo.email.myzone.com/A\": http2: server sent GOAWAY and closed the connection; LastStreamID=2083, ErrCode=PROTOCOL_ERROR, debug=\"\"\n\n\n\n
Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered:
When we run a Terraform plan of our NS1 resources, we see a large number of HTTP "GOAWAY" error responses from the NS1 API servers. This seems to be a new problem, we only started experiencing this within the last month, for the same Terraform configuration.
Terraform Version
0.12.24
, sorry, I know it's old, but I don't think it's relevant to the issue.ns1 provider version is:
1.12.2
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Terraform is able to refresh the NS1 Zones and Records
Actual Behavior
Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: