Skip to content

Conversation

@arathysn
Copy link
Collaborator

Description

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.

arathysn and others added 7 commits June 12, 2023 12:45
Modifying the "aws_eip" resource
removed unsupported arguments
Adding new variables
  lifecycle {
    ignore_changes = [
      tags["Supported_Environment"]
    ]
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants