Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws.eks terraform module error #127

Open
philiptolk opened this issue Jul 16, 2023 · 0 comments
Open

aws.eks terraform module error #127

philiptolk opened this issue Jul 16, 2023 · 0 comments

Comments

@philiptolk
Copy link
Collaborator

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant