Commit Graph

21533 Commits

Author SHA1 Message Date
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
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
James Bardin 227285d7d0 update CHANGELOG.md 2018-04-10 12:13:00 -04:00
James Bardin 08f32443fc update go-getter
update to the latest version of go-getter
2018-04-10 12:09:51 -04:00
James Bardin 5b930df0eb
Merge pull request #17824 from hashicorp/jbardin/destroy-plan-count
walkDestroy is a form of "apply"
2018-04-10 12:06:20 -04:00
James Bardin cfefeec926 walkDestroy is a form of "apply"
When computing the count value, make sure to include walkDestroy with
walkApply, as the former is only a special case of the latter.

When applying a saved plan, the computed count values are lost and we
can no longer query the state for those values. The apply walk was
already considered in the `resourceCountMax` function, but the destroy
walk was not.  This worked when destroying in a single operation
("terraform destroy"), since the state would still be updated with the
latest counts from the plan.
2018-04-10 11:46:29 -04:00
Chris Marchesi be6fffb171
Add a little more explanation for GH-17811 in CHANGELOG.md 2018-04-09 15:58:12 -07:00
Chris Marchesi 0e357e56ed
Update CHANGELOG.md 2018-04-09 15:57:03 -07:00
Chris Marchesi b2a83f0762
Merge pull request #17811 from hashicorp/b-resourcediff-forcenew-newremoved-values
helper/schema: ResourceDiff ForceNew attribute correctness
2018-04-09 15:51:00 -07:00
Clint fe384e574b
Update guides.erb
Update "Writing Custom Providers" guide link to new Extend section
2018-04-09 15:12:48 -05:00
Clint 76974209ec
Update guides.erb
Update "Writing Custom Providers" guide link to new Extend section
2018-04-09 15:11:59 -05:00
Chris Marchesi 7f876c2298
Merge pull request #17816 from cgriggs01/f-add-nsxt
add VMware NSX-T links to provider index pages
2018-04-09 11:32:07 -07:00
Chris Marchesi 68633b7c27
Merge pull request #17816 from cgriggs01/f-add-nsxt
add VMware NSX-T links to provider index pages
2018-04-09 11:22:11 -07:00
Chris Griggs b0f0dd2795
fix typo 2018-04-09 11:06:06 -07:00
Chris Griggs 3ab13fefad
Fix typo 2018-04-09 11:05:36 -07:00