미해결
스스로 구축하는 AWS 클라우드 인프라 with 테라폼(Terraform) - 기본편
aws_subnet_ids 가 deprecated 예정이라고 합니다.
aws_subnet_ids 가 deprecated 예정이어서 aws_subnets 으로 사용하라고 하는데, 강의내용도 이 부분에 대해 반영해주시면 좋을 것 같습니다.
Data Source: aws_subnet_ids
aws_subnet_ids provides a set of ids for a vpc_id
This resource can be useful for getting back a set of subnet ids for a vpc.
NOTE:
The aws_subnet_ids data source has been deprecated and will be removed in a future version. Use the aws_subnets data source instead.