terraform init
terraform apply 후
terraform show
현재 정보 확인
terraform output
출력 확인
terrafrom plan 후
local비교 후 변경점 없으면
인스턴스 재생성 안하지만
강제로 인스터스 재생성 하고 싶으면
terraform taint
terraform taint {name}
후
terraform untaint {name}
terraform graph
terraform refresh
terraform.ftstate 수정 후
위 정보 가져와서 import
terraform import {aws_instance_name} {aws_instance_id}