Commit Graph

479 Commits (bcd4e73d185e65529673bc79fdac2964fcaec657)

Author SHA1 Message Date
Calle Pettersson 51ff5cba38 Align the help string of output with documentation (#9735)
10 years ago
Mitchell Hashimoto 69b32223b8 Merge pull request #9633 from hashicorp/f-experiment
10 years ago
Mitchell Hashimoto 9c2014d5b6 Merge pull request #9642 from hashicorp/b-var-bool
10 years ago
Mitchell Hashimoto f9b0207304
command: FlagTypedKV parses bool as string
10 years ago
James Bardin 43f860ddfd Fix panic during "terraform show" with empty state
10 years ago
Mitchell Hashimoto af82be19ea
helper/experiment: a helper for setting, making experiments
10 years ago
Mitchell Hashimoto aed23a0a31 Merge pull request #9527 from hashicorp/f-destroy-builder2
10 years ago
Alexander Hellbom d02067a75e Add PagerDuty provider
10 years ago
Mitchell Hashimoto 1a418c1452
command/apply: -Xnew-destroy
10 years ago
Mitchell Hashimoto ae4f79e3b6
command/meta: add -shadow flag to disable shadow graph
10 years ago
Mitchell Hashimoto e8516f259d
command/apply: Xnew-apply
10 years ago
Mitchell Hashimoto ec15783f24
-Xnew-apply to enable the new apply graph
10 years ago
James Bardin f175497dd7 Fix vet issues
10 years ago
James Bardin 54d50c90b1 Make TestApply_parallelism more reliable
10 years ago
James Bardin 4f91507d05 Merge pull request #9268 from hashicorp/jbardin/hcl-maps
10 years ago
James Bardin 9fc50a76c3 Get rid of the list when parsing HCL maps for vars
10 years ago
James Bardin 286fea571f Fix push test to use something that is HCL
10 years ago
James Bardin cf1cfccf06 Don't parse a TestFlagTypedKV value as a number
10 years ago
stack72 a2970e631c
Merge branch 'cwood/bitbucket-provider' of https://github.com/cwood/terraform into cwood-cwood/bitbucket-provider
10 years ago
Mitchell Hashimoto 609219fc65 command/meta: validate config immediately
10 years ago
Mitchell Hashimoto fad1ce9915 Merge pull request #8620 from hashicorp/b-var-input
10 years ago
Mitchell Hashimoto c84f699158
update HCL vendor
10 years ago
Paul Stack 05994cef31 Merge pull request #7694 from jtopjian/provider-rabbitmq
10 years ago
Mitchell Hashimoto 0a2b5de67f
command: more resilient HCL check for inputs
10 years ago
Joe Topjian c2469c95f4 provider/rabbitmq: Initial Commit of RabbitMQ Provider
10 years ago
Mitchell Hashimoto 475d8750bb
command/push: make test more resilient
10 years ago
Radek Simko 8494cad8c4 Output 'destroy complete' when it's destroy (was: apply) (#8453)
10 years ago
Mitchell Hashimoto 2f8baa4580
command/push: fix tests to be vcs=false GH-8478
10 years ago
Mitchell Hashimoto 9a8209cfbd
command/push: create the proper parent directory entries in tar
10 years ago
Mitchell Hashimoto 928fdff33e
command/push: only add module directory to tar if it exists
10 years ago
Mitchell Hashimoto 92b15de080
command/push: remove the old test fixture for the new one
10 years ago
Mitchell Hashimoto a650455ed6
command/push: only explicitly include the state
10 years ago
Mitchell Hashimoto 3aecc52bf3
command/push: "Extra" value must be absolute
10 years ago
Mitchell Hashimoto f0de3c3e91
command/push: removed all the git stuff, turns out it doesn't matter
10 years ago
Mitchell Hashimoto e8267f4907
command/push: failing test for pushing with no modules
10 years ago
Mitchell Hashimoto 70cc108614
Revert "command/push: test that -upload-modules=false works"
10 years ago
Mitchell Hashimoto edda576452
command/push: test that -upload-modules=false works
10 years ago
Mitchell Hashimoto 2ac142abc3
command: use bufio.ReadString instead of scanning to get spaces
10 years ago
Mitchell Hashimoto d3792e4aef
command: correct outdated comment
10 years ago
Mitchell Hashimoto 43cfd3d1c9
command: fix regressions for state mv with count resource
10 years ago
Mitchell Hashimoto 0d1ea84d39
command: test for moving resource with count [GH-7797]
10 years ago
Mitchell Hashimoto 3b3f92cd9b
terraform: fix some test failures on state add with multiple modules
10 years ago
Mitchell Hashimoto a44c8b8760
terraform: state mv tests
10 years ago
James Nugent f933b2cf16 Merge pull request #8200 from hashicorp/fix-state-rm
10 years ago
Paul Stack 4d46812bab Update state_rm_test.go
10 years ago
Mitchell Hashimoto 3fdc08a9eb core: Add `terraform state rm` command and docs
10 years ago
Paul Hinze 84bbbfbe18
command: Fixup comment typo
10 years ago
Paul Hinze 50df583ffd Merge pull request #8120 from hashicorp/jbardin/null-state-module
10 years ago
James Bardin 1be5a650fc Add test for showing an empty state
10 years ago
James Bardin 191d7c1007 Fix panic when showing empty state
10 years ago