But Why?
terraform apply --var="cluster_name=kubify-dev"
╷
│ Warning: Argument is deprecated
│
│ with module.aws.module.eks-dr-us-east-1.module.vpc.aws_eip.nat,
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 1013, in resource "aws_eip" "nat":
│ 1013: vpc = true
│
│ use domain attribute instead
│
│ (and one more similar warning elsewhere)
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 35, in resource "aws_vpc" "this":
│ 35: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 36, in resource "aws_vpc" "this":
│ 36: enable_classiclink_dns_support = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink_dns_support" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 1246, in resource "aws_default_vpc" "this":
│ 1246: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-primary-us-west-2.vpc/main.tf line 35, in resource "aws_vpc" "this":
│ 35: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-primary-us-west-2.vpc/main.tf line 36, in resource "aws_vpc" "this":
│ 36: enable_classiclink_dns_support = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink_dns_support" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-primary-us-west-2.vpc/main.tf line 1246, in resource "aws_default_vpc" "this":
│ 1246: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
Priority ?
But Why?
terraform apply --var="cluster_name=kubify-dev"
╷
│ Warning: Argument is deprecated
│
│ with module.aws.module.eks-dr-us-east-1.module.vpc.aws_eip.nat,
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 1013, in resource "aws_eip" "nat":
│ 1013: vpc = true
│
│ use domain attribute instead
│
│ (and one more similar warning elsewhere)
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 35, in resource "aws_vpc" "this":
│ 35: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 36, in resource "aws_vpc" "this":
│ 36: enable_classiclink_dns_support = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink_dns_support" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-dr-us-east-1.vpc/main.tf line 1246, in resource "aws_default_vpc" "this":
│ 1246: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-primary-us-west-2.vpc/main.tf line 35, in resource "aws_vpc" "this":
│ 35: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-primary-us-west-2.vpc/main.tf line 36, in resource "aws_vpc" "this":
│ 36: enable_classiclink_dns_support = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink_dns_support" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/aws.eks-primary-us-west-2.vpc/main.tf line 1246, in resource "aws_default_vpc" "this":
│ 1246: enable_classiclink = null # hashicorp/terraform#31730
│
│ An argument named "enable_classiclink" is not expected here.
Priority ?