Commit graph

6 commits

Author SHA1 Message Date
James Bardin
04b442d419 allow slashes in git url parameters
Git url refs often contain slashes, which were incorrectly being split
and appended to the path as a go-getter subdir.
2024-08-09 13:54:13 -04:00
UKEME BASSEY
ea8d0869d8 convert all logs to be view type exclusive for human or json format 2024-04-17 12:26:23 -04:00
Jamie Finnigan
05b0bdac99
adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
hashicorp-copywrite[bot]
53c34ff49c
Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
hashicorp-copywrite[bot]
325d18262e [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00: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
Renamed from command/hook_module_install.go (Browse further)