infrablocks / ruby_terraform

A simple Ruby wrapper for invoking terraform commands.
MIT License
109 stars 33 forks source link

Add support for `-or-create` to the `WorkspaceSelect` command #144

Closed masterzeus05 closed 1 year ago

masterzeus05 commented 1 year ago

(Pull request ready!)

Hi! I would like to use the -or-create flag in the WorkspaceSelect to select the corresponding workspace without having to verify if it already is created or not.

Reference: https://developer.hashicorp.com/terraform/cli/commands/workspace/select#or-create

tijnster commented 1 year ago

I'm a big fan of this feature!