You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/command
James Bardin f175497dd7
Fix vet issues
9 years ago
..
test-fixtures command/meta: validate config immediately 10 years ago
apply.go Output 'destroy complete' when it's destroy (was: apply) (#8453) 10 years ago
apply_destroy_test.go remove various typos 11 years ago
apply_test.go Make TestApply_parallelism more reliable 9 years ago
cli_ui.go adding new AskSecret to ColorizeUi 11 years ago
cli_ui_test.go
command.go command/meta: validate config immediately 10 years ago
command_test.go command/push: failing test for pushing with no modules 10 years ago
counthookaction_string.go Reflect new comment format in stringer.go 10 years ago
flag_kv.go Merge pull request #9268 from hashicorp/jbardin/hcl-maps 9 years ago
flag_kv_test.go Merge pull request #9268 from hashicorp/jbardin/hcl-maps 9 years ago
fmt.go command/fmt: Improve documentation for -diff and defaults (#6398) 10 years ago
fmt_test.go Update HCL to latest, unskip fmt tests 10 years ago
format_plan.go Fix plan output for data sources 10 years ago
format_plan_test.go Fix plan output for data sources 10 years ago
format_state.go core: Fix crash with tainted resource 10 years ago
get.go command/get: fix typo 11 years ago
get_test.go
graph.go command: Change module-depth default to -1 10 years ago
graph_test.go
hcl_printer.go Strip off extra \n in hcl encoded variables 10 years ago
hook_count.go Make all terraform package tests pass under -race 10 years ago
hook_count_action.go terraform: orphans should call post-apply hook [GH-1938] 11 years ago
hook_count_test.go command: Do not count data sources in plan totals 10 years ago
hook_state.go
hook_state_test.go
hook_ui.go Make all terraform package tests pass under -race 10 years ago
import.go command: UI for import 10 years ago
import_test.go command/import: tests passing 10 years ago
init.go Fix vet issues 9 years ago
init_test.go Fixes #5011 - Backend downcased for init 10 years ago
internal_plugin.go Set a log prefix for each plugin and remove go-dynect global log prefix (#6336) 10 years ago
internal_plugin_core.go Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary 10 years ago
internal_plugin_list.go Merge branch 'cwood/bitbucket-provider' of https://github.com/cwood/terraform into cwood-cwood/bitbucket-provider 10 years ago
internal_plugin_test.go Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary 10 years ago
meta.go command/meta: validate config immediately 10 years ago
meta_test.go command: Change module-depth default to -1 10 years ago
module_storage.go fix a bunch of tests from go-getter import 11 years ago
module_storage_test.go fix a bunch of tests from go-getter import 11 years ago
output.go core: Fix -module for terraform output command 10 years ago
output_test.go core: Fix -module for terraform output command 10 years ago
plan.go command/plan: remove -backup from help text 10 years ago
plan_test.go command/meta: validate config immediately 10 years ago
push.go command/push: create the proper parent directory entries in tar 10 years ago
push_test.go Fix vet issues 9 years ago
refresh.go core: Fix -module for terraform output command 10 years ago
refresh_test.go command: Fixup comment typo 10 years ago
remote.go Add -no-color to help text 11 years ago
remote_config.go Fix vet issues 9 years ago
remote_config_test.go remove various typos 11 years ago
remote_pull.go Add -no-color to help text 11 years ago
remote_pull_test.go command: when setting up state, only write back if local is newer 11 years ago
remote_push.go Add -no-color to help text 11 years ago
remote_push_test.go
show.go command: Change module-depth default to -1 10 years ago
show_test.go core: fix `terraform show` with remote state 11 years ago
state.go Use -state-out option when applying from a plan 10 years ago
state_command.go Add `terraform state list` command 10 years ago
state_list.go Add `terraform state list` command 10 years ago
state_list_test.go Add `terraform state list` command 10 years ago
state_meta.go command/state meta: State func 10 years ago
state_mv.go command: correct outdated comment 10 years ago
state_mv_test.go command: test for moving resource with count [GH-7797] 10 years ago
state_rm.go core: Add `terraform state rm` command and docs 10 years ago
state_rm_test.go Update state_rm_test.go 10 years ago
state_show.go Fix panic when showing empty state 10 years ago
state_show_test.go Add test for showing an empty state 10 years ago
state_test.go command: compilation works 10 years ago
taint.go command: Prevent data resources from being tainted 10 years ago
taint_test.go Add tests and fix last issues 10 years ago
ui_input.go command: use bufio.ReadString instead of scanning to get spaces 10 years ago
ui_input_test.go command: use bufio.ReadString instead of scanning to get spaces 10 years ago
untaint.go Change taint behaviour to act as a normal resource 10 years ago
untaint_test.go Add tests and fix last issues 10 years ago
validate.go Fixing some golint issues on the new validate command 10 years ago
validate_test.go Fixing some golint issues on the new validate command 10 years ago
version.go
version_test.go