Terraform IaC Terraform で特定のリソースごとにコマンドを実行する¶ 1 2 3 4 5 6terraform state show module.foo terraform plan -target=module.foo terraform apply -target=module.foo terraform destroy -target=module.foo # module.foo.bar_resource.barにするとmoduleの個別のリソースに対して実行できる