select
❗️
This command is not cacheable.
Select a workspace.
@terraform select {
workspace = "dev"
create = true
args = "-no-color"
}
Argument Reference
The following arguments are supported:
workspace
- (Optional) Workspace to use. Usedefault
if not provided.create
- (Optional) Create workspace if it does not exist.args
- (Optional) Arguments for command.
Last updated on