resource "aws_db_instance" "xquare-db" {
}
# 빈칸으로 놓는다
terraform import aws_db_instance.xquare-db xquare-db
# terraform import 타입.리소스이름 aws콘솔상 식별자
state 파일에 추가됐기 때문에 **terraform plan 명령어를 돌렸을 때 추가된걸 확인
**할 수 있다.
1. ruby 설치하기
gem install terraforming
2. terraforming을 깔아준다
terraforming rds # 가져오고 싶은 리소스 입력