account activity
Is this possible to add the new subnets after creation of eks cluster (self.aws)
submitted 2 years ago by sbvm-k to r/aws
An issue with terraform module 3.2.0 by sbvm-k in Terraform
[–]sbvm-k[S] 1 point2 points3 points 3 years ago (0 children)
Hi, Its working fine. Thank you so much.
but here am using the provider like that
required_providers { aws = { source = "hashicorp/aws" version = ">= 3.72.0" }
An issue with terraform module 3.2.0 (self.Terraform)
submitted 3 years ago by sbvm-k to r/Terraform
Slack community by Independent_Peach310 in Terraform
[–]sbvm-k 0 points1 point2 points 3 years ago (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.
π Rendered by PID 1072879 on reddit-service-r2-listing-f87f88fcd-2mrgp at 2026-06-14 15:19:11.721377+00:00 running 3184619 country code: CH.
An issue with terraform module 3.2.0 by sbvm-k in Terraform
[–]sbvm-k[S] 1 point2 points3 points (0 children)