Skip to content

aws.eks terraform module error #127

Description

@philiptolk

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions