select
Select a workspace.
@terraform select {
workspace = "dev"
create = true
args = "-no-color"
}
Capabilities
Capability | Info |
---|---|
Cache | never |
Bach | no |
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