Paul Hinze
9428e9f1d1
command: fix failing TestPlan_noState test
...
Turns out that isolating statefiles in the Apply tests is an important
step to prevent leaking .tfstate in a common dir, which can affect other
tests.
2015-10-29 18:07:44 -05:00
Paul Hinze
715437537d
command: fix flaky parallelism tests
...
Thanks to @mitchellh for helping sort out concurrency stuff here.
2015-10-29 15:16:34 -05:00
John Gosset
61e890ecc9
Update list of backends in RemoteConfigCommand's Help() method
2015-10-25 16:46:02 -04:00
Martin Atkins
e4e9c13c20
Merge #3136 : Colorize the 'forces new resource' message
2015-10-22 08:44:37 -07:00
Mitchell Hashimoto
344e7c26b5
fix a bunch of tests from go-getter import
2015-10-15 13:48:58 -07:00
Panagiotis Moustafellos
e4845f75cc
removed extra parentheses
2015-10-08 15:48:04 +03:00
Paul Hinze
374070d066
website: docs for parallelism setting
...
/cc @stack72 @knuckolls @mitchellh
2015-10-05 17:21:29 -05:00
Paul Hinze
e1a46904d6
command: pull parallelism default up to CLI layer
...
/cc @knuckolls @josephholsten
2015-10-05 15:06:08 -05:00
Kevin Nuckolls
bf9c5c46d0
Tests for apply parallelism=1 and parallelism=2
2015-09-29 22:41:26 -07:00
Kevin Nuckolls
fc60b2858c
Added -parallelism to refresh and plan cli UI
2015-09-29 22:41:26 -07:00
Kevin Nuckolls
f59c71b35a
works for apply, no tests yet
2015-09-29 22:41:26 -07:00
Radek Simko
57bea9f26c
Merge pull request #3223 from scalp42/typos
...
remove various typos
2015-09-14 07:48:59 +01:00
Mitchell Hashimoto
4d37704d53
command/get: fix typo
2015-09-13 14:40:36 -07:00
Anthony Scalisi
198e1a5186
remove various typos
2015-09-11 11:56:20 -07:00
Martin Atkins
7c56550633
In plan summary, be more honest about force-new changes.
...
Previously the plan summary output would consider -/+ diffs as changes
even though they actually destroy and create instances. This was
misleadning and inconsistent with the accounting that gets done for the
similar summary written out after "apply".
Instead we now count the -/+ diffs as both adds and removes, which should
mean that the counts output in the plan summary should match those in
the apply summary, as long as no errors occur during apply.
This fixes #3163 .
2015-09-04 08:07:16 -07:00
Sharif Nassar
2e51915431
Colorize the 'forces new resource' message.
...
Sometimes in all the output from ```terraform plan```, it is difficult
to see the ```(forces new resource)``` message.
This patch adds a little bit of color.
2015-08-31 15:37:09 -07:00
Paul Hinze
5a12608dc3
tests: remove unnecessary symlink
2015-08-31 15:45:43 -05:00
Radek Simko
9596271b36
Code formatted via gofmt
2015-08-14 12:02:32 +01:00
Radek Simko
10f04c90a5
'terraform output' helptext spacing fixed
2015-08-14 12:01:58 +01:00
Radek Simko
382c0ba23d
command/output: Update test since we now allow printing everything
2015-08-03 12:44:41 +01:00
Eric Connell
85d1d15d81
output command supports printing all outputs
...
if no output name is specified all outputs are displayed
fixed formating and added missing help for -module parameter
2015-08-03 12:22:40 +01:00
Radek Simko
7a60174dd1
Do not print errors via UiHook
2015-07-22 14:09:23 +02:00
Sander van Harmelen
4a8ef78d33
Fixes #2676 by prefixing all Windows commands
...
By prefixing them with `cmd /c` it will work with both `winner` and
`ssh` connection types.
This PR also reverts some bad stringer changes made in PR #2673
2015-07-10 12:56:27 +02:00
Sander van Harmelen
97fd4f5b7d
Tweaking the tests
2015-07-09 21:29:27 +02:00
Radek Simko
e376f61d1d
core: Return correct number of planned updates
2015-07-03 13:22:10 +02:00
Mitchell Hashimoto
1f92dd5b40
command/push: update output
2015-06-29 13:58:54 -07:00
Mitchell Hashimoto
c5d3c585c6
command/push: update var name
2015-06-29 13:57:58 -07:00
Mitchell Hashimoto
9d9bcc2f6e
command/push: update flag to -overwrite, update docs
2015-06-29 13:53:05 -07:00
Mitchell Hashimoto
8ee3281858
command/push: UX
2015-06-29 13:41:07 -07:00
Mitchell Hashimoto
dc40f044f0
command/push: prefer Atlas over local, add -set flag
2015-06-29 12:24:13 -07:00
Mitchell Hashimoto
8ebdc1e786
terraform: orphans should call post-apply hook [GH-1938]
2015-06-25 20:11:29 -07:00
Mitchell Hashimoto
a76105b0f1
command: make error message clearer for invalid tfvars format [GH-1889]
2015-06-25 17:56:37 -07:00
Mitchell Hashimoto
96b53cc06c
command: ask for input even if tfvars is set [GH-2161]
2015-06-25 15:29:46 -07:00
Radek Simko
b505d15e1e
Add resource sums to terraform plan
...
- closes #2355
2015-06-25 10:25:16 +01:00
Paul Hinze
3f2119c6e7
Merge pull request #2414 from TimeIncOSS/no-color-for-subcommands
...
Add -no-color option for subcommands
2015-06-23 15:43:37 -05:00
Paul Hinze
74fb179127
Merge pull request #2371 from hashicorp/b-fix-tf-show-with-remote-state
...
core: fix `terraform show` with remote state
2015-06-23 15:01:10 -05:00
Radek Simko
b7d41d2eed
Add -no-color to help text
2015-06-22 13:14:01 +01:00
Radek Simko
cdcd11419e
Add -no-color option for subcommands
2015-06-21 21:52:11 +01:00
Paul Hinze
cb5c2567b3
core: fix `terraform show` with remote state
...
fixes #1810
2015-06-16 12:26:04 -05:00
Paul Hinze
ad680b1832
core: show outputs after `terraform refresh`
...
closes #25
2015-06-15 10:41:42 -05:00
Paul Hinze
18924d24fe
command/apply: flatten multierrors
...
Before:
```
Error applying plan:
1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Error creating ...
```
After:
```
Error applying plan:
1 error(s) occurred:
* Error creating ...
```
Muuuch better! :D
2015-06-07 21:32:00 -05:00
Paul Hinze
aa39dc71de
command/output: fix error msg typo
2015-06-03 09:24:20 -05:00
Kirill Shirinkin
b05e36a6e3
Add module outputs
2015-05-27 16:46:12 +02:00
Mitchell Hashimoto
77a61157fb
command/push: var/var-file supported, note in help [GH-1950]
2015-05-13 20:18:40 -07:00
Paul Hinze
8ce3e1d5b4
command/push: local vars override remote ones
...
Otherwise once you push a variable it becomes very difficult to change.
2015-05-08 18:54:38 -05:00
Andrew Langhorn
bb4f7415ca
Rename "The The" so that they can play songs again
...
Other than the fact that "The the" doesn't really make any sense anywhere
that it's used in Terraform, they're a post-punk band from the UK.
Fixes "The The" so that they can get back to playing songs.
2015-05-06 22:53:11 +01:00
Paul Hinze
29d34cd5a4
command: allow module depth to be set via env var
...
Another convienence env var here with TF_MODULE_DEPTH.
Works like you'd expect it to!
2015-04-30 16:19:43 -05:00
Paul Hinze
d30d88e327
Merge pull request #1655 from hashicorp/f-build-graph-during-plan
...
core: validate on verbose graph to detect some cycles earlier
2015-04-30 16:08:33 -05:00
Paul Hinze
5f1ea7fccc
command: add env var equivalent to -input arg
...
Setting TF_INPUT has the equivalent effect of setting the flag.
I got sick of specifying this when iterating on TF config locally.
2015-04-30 09:59:14 -05:00
Luke Amdor
b08ba78341
adding new AskSecret to ColorizeUi
2015-04-29 13:07:13 -05:00