Closed arathysn closed 1 year ago
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
resolving these:
Warning: Argument is deprecated with module.vpc.aws_eip.nat, on .terraform/modules/vpc/main.tf line 1299, in resource "aws_eip" "nat": 1299: vpc = true use domain attribute instead
Error: Unsupported argument on .terraform/modules/vpc/main.tf line 38, in resource "aws_vpc" "this": 38: enable_classiclink = var.enable_classiclink An argument named "enable_classiclink" is not expected here.
Error: Unsupported argument on .terraform/modules/vpc/main.tf line 39, in resource "aws_vpc" "this": 39: 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 1577, in resource "aws_default_vpc" "this": 1577: enable_classiclink = var.default_vpc_enable_classiclink An argument named "enable_classiclink" is not expected here.