Terraform Version
Terraform v1.2.3
on darwin_arm64
+ provider registry.terraform.io/hashicorp/aws v4.20.1
+ provider registry.terraform.io/hashicorp/cloudinit v2.2.0
+ provider registry.terraform.io/hashicorp/kubernetes v2.11.0
+ provider registry.terraform.io/hashicorp/tls v3.4.0
Terraform Configuration Files
N/A
Debug Output
N/A
Expected Behavior
If I run terraform workspace seleect foo, it should bail with non-zero exit code.
Actual Behavior
It bails with a 0 exit code.
Steps to Reproduce
- Run
terraform workspace seleect foo
echo $?
Additional Context
I had this misspelled in a Makefile which is why I caught this. It just continues instead of failing.
References
N/A