Yury Gorshkov
07/07/2023, 8:40 AMterraform apply
I keep getting this:
± terraform apply -target module.fleet.module.vpc
╷
│ Warning: Argument is deprecated
│
│ with module.fleet.module.vpc.aws_eip.nat,
│ on .terraform/modules/fleet.vpc/main.tf line 1011, in resource "aws_eip" "nat":
│ 1011: vpc = true
│
│ use domain attribute instead
╵
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/fleet.vpc/main.tf line 35, in resource "aws_vpc" "this":
│ 35: enable_classiclink = null # <https://github.com/hashicorp/terraform/issues/31730>
│
│ An argument named "enable_classiclink" is not expected here.
╵
Benjamin Edwards
07/07/2023, 1:37 PMYury Gorshkov
07/07/2023, 3:14 PMTerraform v1.5.2
AWS provider: 5.7.0
Benjamin Edwards
07/12/2023, 4:10 PM