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

Update main.tf #4

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

Update main.tf #4

wants to merge 3 commits into from

Conversation

Woolersuk
Copy link

resolve these:

│ Warning: Argument is deprecated

│ with module.vpc.aws_eip.nat,
│ on .terraform/modules/vpc/main.tf line 1299, in resource "aws_eip" "nat":
│ 1299: vpc = true

│ use domain attribute instead


│ 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.

Woolersuk and others added 3 commits June 2, 2023 14:13
resolve these:

│ Warning: Argument is deprecated
│
│   with module.vpc.aws_eip.nat,
│   on .terraform/modules/vpc/main.tf line 1299, in resource "aws_eip" "nat":
│ 1299:   vpc = true
│
│ use domain attribute instead
╵
╷
│ 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.
Removed examples
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.

1 participant