Terraform コマンドメモ
概要
時々思い出せなくなるので、自分用のメモです。
コマンド
モジュール名を変更する
// 変更前
module "iam" {
・・・
}
// 変更後
module "cognito" {
・・・
}
terraform state mv module.iam module.cognito
リソース名名を変更する
terraform state mv module.rds.aws_security_group.hoge module.rds.aws_security_group.fuga
tfstateファイルを取得
terraform state pull > tfstate.json
Author And Source
この問題について(Terraform コマンドメモ), 我々は、より多くの情報をここで見つけました https://qiita.com/kobayashi-m42/items/094d7b85b7d4787b3632著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .