1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【小しくじり】どうして32bit版のTerraformをインストールしてしまったんだろう?

Last updated at Posted at 2024-12-15

事象

  • TerraformにNewRelicのSyntheticsをimportしようとした際に↓のエラーが発生
    image.png

原因

  • ローカルのTerraformが32bit版であったためでした。(我ながら「なんで?」という。。)
  • エラー内容も32bit版で処理できる数値の範囲を超えてしまっているから無理っすという内容に見えますね
  • こちらGithub上にもIssueがあがっておりました。

対応

  • 普通に64bit版に移行しましょう。。
  • ↓赤枠の方です。。公式サイトより
    image.png
  • ちなみに以下のコマンドでどちらのVerかを確認できます。
確認コマンド
terraform -v

出力例:
PS C:\hogehoge> terraform -v
Terraform v1.10.0
on windows_amd64        ←左記は記載の通り64bit版。32bit版だと[windows_386]と表示されます。

まとめ

  • ド素人の凡ミスですが、参考になれば幸いです。
  • 余談ですが、タイトルの元ネタは東方神起です。(は?)
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?