-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime error #796
Comments
this still works https://github.com/cloudflare/cf-terraforming/releases/tag/v0.22.0, later releases don't |
okay so I think it's because I'm using tofu like in #624 |
The same happened here yesterday (brew on macOS), without any updates to the source. Could this be a Cloudflare issue? |
yeah, it's failing for me too. same error. |
FWIW, I had to (re)install the latest go version. I'm on a mac, so doing a brew install go fixed that issue, and if you do a brew info cf-terraforming, it should tell you if your go version is good with a little green checkmark. I ran into another where the new version 5.0 of the provider has a mismatch for doing maps to things like user accounts, where it is misformatted for the tool. Going back to the previous 4.x version fixed that, but that's just a temp fix until 5.x is more usable with the tool. |
Confirmation
cf-terraforming version
v0.23.3
Expected outcome
just like #792
Actual outcome
cf-terraforming import --resource-type "cloudflare_record" --email "[email protected]" --key "mykey" --zone "myzone"
Steps to reproduce
download and run
References
No response
The text was updated successfully, but these errors were encountered: