LoginSignup
50
12

More than 5 years have passed since last update.

terraform import したものを取り消したい

Last updated at Posted at 2018-08-19

terraform import したものを取り消したい場合

# 既存のresourceをインポート
$ terraform import aws_iam_user.foo foo
# やっぱり取り消したい
$ terraform state rm aws_iam_user.foo

terraform state rm は、stateファイルから削除するだけなので、
実際のresourceには影響なし。

References

50
12
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
50
12