cloudforet-io / launchpad

Cloudforet launchpad
Apache License 2.0
6 stars 4 forks source link

Old terraform module #9

Open choonho opened 10 months ago

choonho commented 10 months ago

│ Warning: Argument is deprecated │ │ with module.vpc.aws_eip.nat, │ on .terraform/modules/vpc/main.tf line 970, in resource "aws_eip" "nat": │ 970: vpc = true │ │ use domain attribute instead ╵ ╷ │ Error: Unsupported argument │ │ on .terraform/modules/vpc/main.tf line 36, in resource "aws_vpc" "this": │ 36: enable_classiclink = var.enable_classiclink │ │ An argument named "enable_classiclink" is not expected here. ╵ ╷ │ Error: Unsupported argument │ │ on .terraform/modules/vpc/main.tf line 37, in resource "aws_vpc" "this": │ 37: enable_classiclink_dns_support = var.enable_classiclink_dns_support │ │ An argument named "enable_classiclink_dns_support" is not expected here. ╵ ╷ │ Error: Unsupported argument │ │ on .terraform/modules/vpc/main.tf line 1194, in resource "aws_default_vpc" "this": │ 1194: enable_classiclink = var.default_vpc_enable_classiclink │ │ An argument named "enable_classiclink" is not expected here.

choonho commented 10 months ago

Change module

terraform-aws-modules/terraform-aws-vpc

terraform-aws-modules/terraform-aws-eks