Trying to specify the regions on the command line fails with below command fails.
terraform apply -var 'regions=["westus", "eastus", "centralus"]'
│ Error: Variables not allowed
│
│ on line 1:
│ (source code not available)
│
│ Variables may not be used here.