Should this be -var=cluster_name=example-cluster instead? I got an error when using vpd_name:
Preparing the remote plan...
╷
│ Error: Value for undeclared variable
│
│ A variable named "vpc_name" was assigned on the command line, but the root module does not declare a variable of
│ that name. To use this value, add a "variable" block to the configuration.
Should this be
-var=cluster_name=example-cluster
instead? I got an error when usingvpd_name
: