terraform/command/arguments
Martin Atkins b9a93a0fe7 Move addrs/ to internal/addrs/
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
..
apply.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
apply_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
default.go cli: Add initial command views abstraction 2021-02-11 15:06:39 -05:00
extended.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
flags.go cli: Migrate apply to command views 2021-02-22 11:47:40 -05:00
output.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
output_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
plan.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
plan_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
refresh.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
refresh_test.go Move addrs/ to internal/addrs/ 2021-05-17 14:09:07 -07:00
test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
test_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
types.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
validate.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
validate_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
view.go cli: Add global view arguments parser 2021-02-12 09:56:02 -05:00
view_test.go cli: Add global view arguments parser 2021-02-12 09:56:02 -05:00