Kristin Laemmert
cf409e1d72
Update CHANGELOG.md
2018-06-20 09:50:54 -07:00
Lyle Franklin
26b907387d
cli: Remove error on empty outputs when `-json` is set ( #11721 )
...
- Fixes #11696
- This changes makes `terraform output -json` return '{}' instead of
throwing an error about "no outputs defined"
- If `-json` is not set, the user will receive an error as before
- This UX helps new users to understand how outputs are used
- Allows for easier automation of TF CLI as an empty set of outputs is
usually acceptable, but any other error from `output` would be
re-raised to the user.
2018-06-20 08:58:07 -07:00
Kristin Laemmert
21fe540a4f
Update CHANGELOG.md
2018-06-19 13:38:02 -07:00
Kristin Laemmert
85be12d783
cli: show workspace name in destroy confirmation ( #18253 )
...
* cli: show workspace name in destroy confirmation
If the workspace name is not "default", include it in the confirmation
message for `terraform destroy`.
Fixes #15480
2018-06-19 13:35:28 -07:00
kt
b95f74956a
Merge pull request #17961 from hashicorp/f-HashInt
...
Add a HashInt helper/schema function
2018-06-18 09:25:17 -07:00
Quinn Diggity
c943caf1a5
website: fix for typo in resources.html.md ( #18266 )
...
should be provides, not provies
2018-06-18 08:37:57 -07:00
Quinn Diggity
b2df1d424f
website: fixes typo ( #18267 )
...
should be maximum not maxiumum
2018-06-18 08:36:28 -07:00
Andre Bindewald
de43f01d65
provisioner/local-exec: Support custom environment variables on Windows
...
Due to an incorrect slice allocation, the environment variable list was created with an empty string
element for each real element added.
It appears that this was silently ignored on Unix, but caused the following environment settings
to be ignored altogether on Windows.
2018-06-15 18:26:43 -07:00
Paddy
ab6240afb0
Merge pull request #18247 from hashicorp/paddy_fix_run_api_links
...
Fix broken links to /docs/enterprise/run/api.html
2018-06-14 10:59:42 -07:00
Paddy
931f8ecc41
Fix broken links to /docs/enterprise/run/api.html
...
We had a couple broken links pointing to the docs for the run API. This
updates them to the new location.
2018-06-13 12:19:07 -07:00
Kristin Laemmert
b8a1a77f6b
command: fix spelling in error message - fixes #18065 ( #18241 )
2018-06-13 06:57:32 -07:00
cabillman
3dc1ce3036
docs: Fix small error in resource targeting docs ( #17890 )
2018-06-11 12:34:25 -07:00
Peter Hoeg Steffensen
8a5cedaae6
Docs: syntax fix - Removed quotation marks ( #18136 )
...
The example for parsing multiple providers to a module had quotation marks around the keys. This does not seem to be the correct format
2018-06-11 12:08:23 -07:00
Jaye Doepke
596c7b2638
docs typo
2018-06-11 12:04:03 -07:00
SpencerBrown
3324de35b6
Fix typo in doc: "The support operators are" -> "The supported operators are"
2018-06-11 11:50:18 -07:00
Ben Turner
1de8d171ae
Small typo fix
2018-06-11 11:47:54 -07:00
nicklathe
e552897c52
Fix typo (wit -> with) for etcdv3 backend docs
2018-06-11 11:46:17 -07:00
Chris Griggs
fce30c14f0
Merge pull request #18193 from cgriggs01/add-hcloud-core
...
add HetznerCloud provider links
2018-06-06 08:57:40 -07:00
Chris
fba58d3a04
add provider documentation links
2018-06-05 16:09:30 -07:00
Chris Griggs
ad259b2b95
Merge pull request #18161 from cgriggs01/d-add-flex
...
add flexibleengine provider documentation links
2018-06-01 10:27:47 -07:00
Chris
f80aca5d98
add flexibleengine provider documentation links
2018-05-31 15:35:55 -07:00
Chris Griggs
6b6f02e48b
Merge pull request #18159 from cgriggs01/d-rm-runscope
...
remove runscope links
2018-05-31 12:58:28 -07:00
Chris
c294fd7f1f
remove runscope links
2018-05-31 11:22:56 -07:00
Chris Griggs
bc90bfc368
Merge pull request #18141 from cgriggs01/stable-website
...
add runscope provider links
2018-05-30 10:13:47 -07:00
Chris
fbb0c88c21
add runscope provider links
2018-05-29 16:18:33 -07:00
Alexis Grant
170a1530d1
website: Example of the Git+SSH protocol for bitbucket module sources
2018-05-24 15:32:19 -07:00
Radek Simko
0cc9e050ec
Merge pull request #17982 from hashicorp/f-make-website
...
make: Add website + website-test targets
2018-05-03 11:44:00 +01:00
Radek Simko
c4ffdb1f57
make: Add website + website-test targets
2018-05-02 12:44:17 +01:00
Chris Griggs
1588fd2908
Merge pull request #17973 from hashicorp/stable-website
...
[website docs]Cherry-pick from master
2018-04-30 16:13:03 -07:00
Chris
27aa0dd844
add Nutanix
2018-04-30 14:32:43 -07:00
Chris
be543414ec
add a few community providers
2018-04-30 14:32:15 -07:00
Kevin Faulkner
0a929809b0
cherry-pick type
2018-04-30 14:32:03 -07:00
Chris Griggs
2fa8ce7dde
Merge pull request #17971 from cgriggs01/d-community-prov
...
Add a few community providers
2018-04-30 11:24:55 -07:00
Chris
ddf5e581ca
add Nutanix
2018-04-30 11:04:59 -07:00
Chris
1c781d7b9e
add a few community providers
2018-04-30 09:52:57 -07:00
kt
a182a53108
Add a HashInt helper/schema function
2018-04-27 00:04:41 -07:00
Brian Flad
c1bc0be7b2
Merge pull request #17930 from walterdolce/update-documentation
...
Make "v3" in etcd visible in the backend types sidebar
2018-04-25 11:05:11 -04:00
Walter Dolce
b60501290c
Make "v3" in etcd visible in the backend types sidebar
2018-04-25 15:20:56 +01:00
Radek Simko
25f54119f3
Merge pull request #17913 from kondor6c/patch-1
...
fix incorrect url
2018-04-23 10:43:54 +02:00
Kevin Faulkner
b39ec8b6ff
fix incorrect url
...
switch guthub with github global
2018-04-21 15:56:42 -04:00
Emil Nikolov
8d3bcd4f87
website: Fix repetition of "directly" in file provisioner docs
2018-04-16 16:27:52 -07:00
Chris Griggs
e32dd2a190
Merge pull request #17852 from hashicorp/cgriggs-docs-fix
...
typo fix
2018-04-12 10:37:19 -07:00
Chris Griggs
926d56343b
typo fix
2018-04-12 10:36:34 -07:00
Chris
18fa0b8063
add two community providers
2018-04-12 10:08:36 -07:00
Chris Griggs
05291ab982
Merge pull request #17845 from cgriggs01/d-add-com-prov
...
Website: add two community providers
2018-04-12 09:43:20 -07:00
Chris
74c62b62b6
add two community providers
2018-04-11 16:26:28 -07:00
James Bardin
2dc7241df0
release: clean up after v0.11.7
2018-04-10 16:58:22 +00:00
James Bardin
1f4ab2041c
Merge branch 'master' into stable-website
2018-04-10 16:56:44 +00:00
James Bardin
41e50bd32a
v0.11.7
2018-04-10 16:50:42 +00:00
James Bardin
0ad9d7b392
Merge pull request #17825 from hashicorp/jbardin/go-getter-update
...
update go-getter
2018-04-10 12:21:24 -04:00