Warning: Argument is deprecated
with module.vpc.aws_eip.nat,
on .terraform/modules/vpc/main.tf line 1013, in resource "aws_eip" "nat":
1013: vpc = true
use domain attribute instead
Error: Unsupported argument
on .terraform/modules/vpc/main.tf line 35, in resource "aws_vpc" "this":
35: enable_classiclink = null # https://github.com/hashicorp/terraform/issues/31730
An argument named "enable_classiclink" is not expected here.
Error: Unsupported argument
on .terraform/modules/vpc/main.tf line 36, in resource "aws_vpc" "this":
36: enable_classiclink_dns_support = null # https://github.com/hashicorp/terraform/issues/31730
An argument named "enable_classiclink_dns_support" is not expected here.
Error: Unsupported argument
on .terraform/modules/vpc/main.tf line 1246, in resource "aws_default_vpc" "this":
1246: enable_classiclink = null # https://github.com/hashicorp/terraform/issues/31730
An argument named "enable_classiclink" is not expected here.