We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
日次CIでTerraform v1.0.1へアップグレードして実行するとunsupported state format version: expected "0.1", got "0.2"エラーとなる。
unsupported state format version: expected "0.1", got "0.2"
Terraform CLIで直接terraform init〜apply〜destroyではエラーにならない。 テストでのみ発生するためTerraform Plugin SDKの問題??
terraform init
apply
destroy
The text was updated successfully, but these errors were encountered:
最新のTerraform Plugin SDK(v2.6.1)がhashicorp/terraform-json v0.10に依存しているが、v0.12にしないとエラーになる模様。 ref: hashicorp/terraform-json#37 そのうちPlugin SDK側が更新されると思われるため、更新されたら依存関係のアップグレードを行う。
Sorry, something went wrong.
Note: terraform-provider-sakuracloud側でgo get github.com/hashicorp/terraform-json@v0.12.0することでエラーは解消できるが依存関係の管理が煩雑になるためPlugin SDKの更新を待つことにする。
go get github.com/hashicorp/terraform-json@v0.12.0
Terraform SDK側の修正PRがマージされた。 hashicorp/terraform-plugin-sdk#775
しかしリリースタグがまだ打たれていないためもう少し待つ。
Successfully merging a pull request may close this issue.
日次CIでTerraform v1.0.1へアップグレードして実行すると
unsupported state format version: expected "0.1", got "0.2"
エラーとなる。Terraform CLIで直接
terraform init
〜apply
〜destroy
ではエラーにならない。テストでのみ発生するためTerraform Plugin SDKの問題??
The text was updated successfully, but these errors were encountered: