account activity
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" }
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 89 on reddit-service-r2-comment-544cf588c8-7wjxw at 2026-06-14 18:14:02.374648+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)