Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:19791 correcting the warnings and errors of main.tf #6

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

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.

2 participants