Hi guys, I'm very new to Terraform and wanted to ...
# fleet
y
Hi guys, I'm very new to Terraform and wanted to try the deployment outlined in Fleet's documentation for testing, but on
terraform apply
I keep getting this:
Copy code
±  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.                                                                                         
╵
b
what version of terraform are your running? and what version of the aws provider?
y
Terraform:
Terraform v1.5.2
AWS provider:
5.7.0
b
intersting, I think the lastest we have been using is AWS provider version 4.X