update 'aws_subnet_ids' data resource in the vpc module
Closed this issue · 0 comments
Young-ook commented
Warning: Deprecated Resource
│
│ with module.vpc.data.aws_subnet_ids.default,
│ on .terraform/modules/vpc/modules/vpc/main.tf line 34, in data "aws_subnet_ids" "default":
│ 34: data "aws_subnet_ids" "default" {
│
│ The aws_subnet_ids data source has been deprecated and will be removed in a future version. Use the aws_subnets data source instead.
│
│ (and one more similar warning elsewhere)