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
Terraform should successfully refresh configuration or throw a useful error.
Actual Behavior
Plugin crashes when refreshing state. After re-creating tfstate file and importing existing resources terraform works for the first time when one of the below commands are issued. When apply with refresh=false is issued, it works for printing planned changes but crashes when applied.
Tried applying less resources per command but once it reaches certain number of resources it fails on refresh every time.
Steps to Reproduce
terraform apply terraform apply -refresh-only
Important Factoids
Tested with Mac with M1 and with Ubuntu 22.04
Already tried setting up export GODEBUG=asyncpreemptoff=1 on mac, recreating tfstate file from import multiple times, re-initializing terraform.
Any help will be appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Looks like the first issue is the getErr.Error() was a mistake (copy-n-paste), so I will remove that.
However, I'd like to know the totalCount that is returned when you use curl or Postman to GET this endpoint: https://docs.split.io/reference/list-segments-in-environment. I suspect there's a pagnation issue and the default pagination offset and limits are not enough.
Hi there,
Terraform Version
Debug Output
https://gist.github.com/6ripley/4fab5da4044e370e9a118748b798c3ac
Panic Output
Expected Behavior
Terraform should successfully refresh configuration or throw a useful error.
Actual Behavior
Plugin crashes when refreshing state. After re-creating tfstate file and importing existing resources terraform works for the first time when one of the below commands are issued. When apply with refresh=false is issued, it works for printing planned changes but crashes when applied.
Tried applying less resources per command but once it reaches certain number of resources it fails on refresh every time.
Steps to Reproduce
terraform apply
terraform apply -refresh-only
Important Factoids
Tested with Mac with M1 and with Ubuntu 22.04
Already tried setting up
export GODEBUG=asyncpreemptoff=1
on mac, recreating tfstate file from import multiple times, re-initializing terraform.Any help will be appreciated, thanks!
The text was updated successfully, but these errors were encountered: