Skip to content

Deprecate vpc_classic_link #824

@marcofranssen

Description

@marcofranssen

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

  • Yes ✅: 4.28.0

Is your request related to a problem? Please describe.

╷
│ Warning: Argument is deprecated
│ 
│   with module.vpc.aws_vpc.this,
│   on .terraform/modules/vpc/main.tf line 27, in resource "aws_vpc" "this":
│   27:   enable_classiclink               = var.enable_classiclink
│ 
│ With the retirement of EC2-Classic the enable_classiclink attribute has
│ been deprecated and will be removed in a future version.
│ 
│ (and 3 more similar warnings elsewhere)
╵

Describe the solution you'd like.

Implement a migration path once the classiclink is completely removed from the AWS provider.

Describe alternatives you've considered.

Additional context

Warning shows up since we bumped the AWS provider to 4.28.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions