Paul Hinze
cf8516287e
website: Classify remote backends as a preview release
2018-08-24 17:10:46 -05:00
Alexis Grant
6e5259911e
PTFE not ready for use with this remote version
2018-08-24 13:10:28 -07:00
Nick Fagerlund
4612a71414
website: revise docs for remote backend and credentials config
2018-08-22 14:30:23 -07:00
Phillip Wong
6b89588154
Correction of spelling for 'Keboola' provider
...
I also switched it around with the Kafka link to preserve the alphabetical ordering of the page.
2018-08-18 08:41:59 -07:00
Paul Hinze
6cdc464341
Initial draft of Core Workflow Guide
2018-08-17 17:18:53 -05:00
HashiBook1000
c612953a72
add community providers, remove Atlas links
2018-08-17 11:33:09 -07:00
Paul Tyng
d0fec98833
Merge pull request #18647 from hashicorp/paultyng-patch-1
...
Clarifying the language around "root outputs"
2018-08-17 09:27:05 -04:00
Chris Griggs
4bbf303f72
Update infra-index.html.markdown
2018-08-14 14:00:06 -07:00
HashiBook1000
3a75b28626
swap tfe v2 links with Atlas
2018-08-14 13:35:37 -07:00
Sander van Harmelen
bb37637a13
Merge pull request #18642 from hashicorp/f-remote-backend
...
backend/remote: do not use the TFE_TOKEN env variable
2018-08-10 20:32:07 +02:00
Sander van Harmelen
7049d973a9
Do not use the TFE_TOKEN env variable
...
Instead promote the use of shared credentials using the CLI Config File
2018-08-10 20:20:16 +02:00
HashiBook1000
fc6671e191
fix ACME link and add community providers
2018-08-09 13:16:34 -07:00
Paul Tyng
22bdc44cb1
Clarifying the language around "root outputs"
2018-08-09 13:20:45 -04:00
HashiBook1000
8042a96ff7
update master with provider links
2018-08-06 16:14:37 -07:00
Sander van Harmelen
7fb2d1b8de
Implement the Enterprise enhanced remote backend
2018-08-03 22:22:55 +02:00
Nick Fagerlund
2487af1945
website: atlas backend requires https protocol in address ( #18585 )
...
Just providing the hostname won't work. This commit adds an example and fixes
the explanation.
2018-08-01 17:33:11 -07:00
Phillip Wong
6699321802
Update community-index.html.markdown
...
Corrected the naming of the 'Keboola' provider and shifted it down to keep alphabetical ordering.
2018-07-31 15:44:19 -07:00
Martin Atkins
15ad2e4f9e
website: Revise the "Module Sources" page
...
It's been a while since we made any significant updates to this page.
The main theme of this revamp is to ensure that we highlight how to
provide "ambient credentials" for each of the module sources using the
standard mechanisms for each source type.
While there, I also attempted a general cleanup to highlight the main
cases and make this less like a detailed description of all of
go-getter's esoteric features, and did some general copy-editing to write
it in our usual documentation "voice".
2018-07-31 10:11:36 -07:00
Clint Shryock
26b68d98f9
update some content to reference the extending terraform section
2018-07-26 10:37:36 -05:00
Alexis Grant
c97a4246ff
website: update module creation docs to link to version constraint info
2018-07-25 16:05:44 -07:00
Marv Cool
1a14ec8bd6
website: fix curl example for registry API
2018-07-25 09:11:54 -07:00
Michał Kiełtyka
8add05f6ee
website: Remove errant "the" in the running-in-automation guide
2018-07-25 09:08:38 -07:00
Kristin Laemmert
419649d4f0
Merge pull request #18516 from xulsitatirev/patch-2
...
Fix documentation on tainting resources within modules
2018-07-23 09:39:37 -07:00
Sitatirev, Xul
ad9e32f1f4
Fix documentation
...
It looks like the output does not match the command, in fact.
This pull-request fixes this issue.
2018-07-22 23:59:53 +02:00
Erich
bca20a1792
Update database-index.html.markdown
...
Fix repeated word "with with"
2018-07-22 16:48:04 +01:00
Johannes Liebermann
6a493f37d3
Update running-terraform-in-automation.html.md
...
Fix word ordering
2018-07-12 16:12:18 +02:00
Nick Fagerlund
a51fc61014
website: Revise "atlas" backend page
...
Add links to important docs (like user tokens), and explain that this isn't part
of our recommended primary workflows anymore.
2018-07-09 15:28:30 -07:00
Cory Lucas
5fda3a3b12
website: Update leftover references to "environment" rather than "workspace"
2018-07-05 16:31:14 -07:00
Martin Atkins
9441e78fb9
website: v0.12 preview upgrade guide tweaks
...
Based on some feedback on the initial draft, make some minor updates to
how information is presented in the preview upgrade guide for v0.12.
This also includes some minor copy-editing work to try to make the "voice"
more consistent between different sections of the guide.
2018-06-29 11:17:17 -07:00
Yevgeniy Brikman
b44932d8fe
website: Simplify the Getting Started consul module example
...
This module now gets the region from the inherited provider block.
2018-06-28 18:10:55 -07:00
James Bardin
32e3179de9
Merge pull request #18350 from KFishner/master
...
Add 0.12 upgrade guide
2018-06-28 11:47:11 -04:00
Martin Atkins
d4ac68423c
website: Tweak the language we use to describe remote state
...
After some discussion with "iamakulov" on Twitter it seems that the use
of the word "conflicts" and "merge conflicts" here was sounding like us
implicitly condoning the use of version control as a mechanism for
distributing local state files, which hasn't been recommended for quite
some time since remote state now provides a much more robust solution.
While here, I also tweaked some other language on this page for style and
for use of terminology we more commonly use in our more recent
documentation.
2018-06-26 11:43:36 -07:00
kfishner
6deec5d7bf
add 0.12 guide
2018-06-25 17:26:45 -07:00
Thomas Kula
e2373c8073
website: Using demo.consul.io requires scheme = "https"
...
Following the examples as they were previously would cause errors
accessing demo.consul.io. Now we consistently set the scheme to https for
all examples that use demo.consul.io.
This also includes some other updates to the URLs, since the Consul demo
has been rebuilt with a different based configuration, and some general
formatting and copyediting changes in the Consul example.
2018-06-22 10:18:27 -07:00
Kieran Spear
fa5d9cc2ca
website: Fix spelling mistake ( #18311 )
2018-06-22 07:31:23 -07:00
Chris Griggs
3b2f747006
Update major-index.html.markdown
2018-06-19 11:54:25 -07:00
Chris Griggs
ac27d7deb9
Update index.html.markdown
2018-06-19 11:54:07 -07:00
Chris
2e9aed6d2b
Add AzureStack documentation links
2018-06-18 11:40:21 -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
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
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
fba58d3a04
add provider documentation links
2018-06-05 16:09:30 -07:00
Chris
f80aca5d98
add flexibleengine provider documentation links
2018-05-31 15:35:55 -07:00
Chris
c294fd7f1f
remove runscope links
2018-05-31 11:22:56 -07:00