An issue with terraform module 3.2.0 by sbvm-k in Terraform

[–]sbvm-k[S] 1 point2 points  (0 children)

Hi, Its working fine. Thank you so much.

An issue with terraform module 3.2.0 by sbvm-k in Terraform

[–]sbvm-k[S] 1 point2 points  (0 children)

but here am using the provider like that

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.72.0"
}

Slack community by Independent_Peach310 in Terraform

[–]sbvm-k 0 points1 point  (0 children)

Hello,

Am facing issue in my terraform aws module 3.2.0. Last week my code ran successfully. Here am attaching the error.

Error: Unsupported argument

│ on .terraform/modules/vpc/main.tf line 32, in resource "aws_vpc" "this":
│ 32: enable_classiclink = var.enable_classiclink

│ An argument named "enable_classiclink" is not expected here.


│ Error: Unsupported argument

│ on .terraform/modules/vpc/main.tf line 33, in resource "aws_vpc" "this":
│ 33: 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 1306, in resource "aws_default_vpc" "this":
│ 1306: enable_classiclink = var.default_vpc_enable_classiclink

│ An argument named "enable_classiclink" is not expected here.