-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
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.
willipsantos, TimDuffy, BredoGen, guidodobboletta, nwalters512 and 16 more
Metadata
Metadata
Assignees
Labels
No labels