Commit Graph

8 Commits

Author SHA1 Message Date
Brittan DeYoung
8881418c99
Update internal/command/workspace_select.go
Co-authored-by: James Bardin <j.bardin@gmail.com>
2022-12-16 15:03:46 -05:00
Brittan DeYoung
11da5afb5e Spelling Error fixes 2022-08-31 15:13:15 -04:00
Brittan DeYoung
7110ec8b0c select: Fix capitalization of help text 2022-08-31 13:29:31 -04:00
Brittan DeYoung
7d0d352eed select: -or-create helptext and conditional output 2022-08-31 13:28:28 -04:00
Brittan DeYoung
5932540be3 New Terraform Workspace select flag: 2022-08-31 13:07:18 -04:00
SuperKooks
5171c89e1e Fix autocomplete for workspace subcommands 2022-01-08 14:41:20 +11:00
Chris Arcand
a4c24e3147 Add cloud {} configuration block for Terraform Cloud
This is a replacement declaration for using Terraform Cloud as a remote
backend, leaving the literal backend as an implementation detail and not
a user-level concept.
2021-10-28 19:29:09 -05:00
Martin Atkins
ffe056bacb Move command/ to internal/command/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00