Martin Atkins
9336c7fba3
website: Revamped module-authoring docs for Terraform v0.12
...
As well as some general consolidation and reorganizing, this also includes
some updated advice for making the best use of new Terraform v0.12
features to create infrastructure building-blocks.
In particular, the "Module Usage" documentation is now consolidated into
the configuration section in order to bring all of our general language
documentation together, and the top-level "Modules" section is now
primarily focused on module _authors_ as an audience, covering topics such
as publishing modules and designing them for reuse.
2019-03-05 14:14:06 -08:00
Mars Hall
31c9776d55
Switch pg backend to session-level advisory locking, to avoid rollback of partial state updates
2019-03-04 17:01:08 -08:00
Kristin Laemmert
21f6e3dffd
Mildwonkey/012 docs updated ( #20542 )
...
* docs: update plan command documentation. Fixes #19235
* docs: added a missing reserved variable name. Fixes #19159 .
* website: add note that resource names cannot start with a number
* website: add some notes to the 0.12 upgrade guide
2019-03-01 12:30:51 -08:00
John Slee
8f7b897d0c
website: typo in outputs doc ( #20520 )
2019-03-01 08:25:49 -08:00
Martin Atkins
6cd6f0275c
website: Fix some broken links
...
In all the shuffling of these docs for v0.12 some of the links ended up
not lining up quite right.
2019-02-28 16:21:09 -08:00
Kristin Laemmert
f44e4b2c6a
website: add documentation for terraform providers schema ( #20468 )
...
* website: add documentation for terraform providers schema
2019-02-27 11:08:31 -08:00
James Bardin
eada955721
Merge pull request #19070 from mars/postgres-backend
...
Postgres backend
2019-02-26 20:20:01 -05:00
Mars Hall
3c68b857be
📚 correction to pg backend configuration
2019-02-26 15:30:17 -08:00
cgriggs01
ad279fda77
Add two new community providers
2019-02-26 14:10:32 -08:00
Martin Atkins
f4bc502f51
website: Documentation for "terraform 0.12upgrade"
2019-02-26 10:27:51 -08:00
Mars Hall
4875529c8d
📚 doc pg backend config & locking
2019-02-26 10:26:06 -08:00
Mars Hall
2621f95bd2
📚 doc corrections
2019-02-25 16:30:30 -08:00
Mars Hall
b9a91b7c1e
Switch pg backend to use native Postgres locks
2019-02-25 16:05:53 -08:00
Paul Tyng
42b92a2629
Update network-index.html.markdown
2019-02-24 09:51:00 -05:00
Mars Hall
328e562925
📚 pg backend supports multiple workspaces
2019-02-22 13:51:57 -08:00
Mars Hall
2831459ca2
📚 pg backend technical design & clarifications
2019-02-22 13:51:57 -08:00
Mars Hall
312d408f06
📚 pg backend docs
2019-02-22 13:51:57 -08:00
cgriggs01
266fb573cf
add Cisco ASA provider links
2019-02-22 12:41:20 -08:00
James Bardin
55cf4e95a5
Merge pull request #19979 from usererror/consul-backend-lock-acl
...
Add details about using lock=true when consul ACL is enabled
2019-02-22 15:04:25 -05:00
James Bardin
b8be1d0114
Merge pull request #20377 from henninge/patch-1
...
Only path-style S3 URLs are supported.
2019-02-22 14:46:48 -05:00
Sherod Taylor
c456d9608b
updated ssh authentication and testing for ssh
2019-02-22 14:30:50 -05:00
Kristin Laemmert
4dd8192ec7
Merge pull request #20352 from hashicorp/mildwonkey/show-docs
...
mildwonkey/show-docs
2019-02-22 08:19:01 -08:00
cgriggs01
b2d46ad2ed
two new community providers
2019-02-21 15:44:56 -08:00
Nick Fagerlund
79c2fd2f3a
website: rename expressions-representation to block-expressions-representation
2019-02-21 14:00:58 -08:00
cgriggs01
c625283511
adding new provider links
2019-02-21 13:46:42 -08:00
Kristin Laemmert
2aef47d01d
website: clarify format_version
2019-02-21 12:07:06 -08:00
Nick Fagerlund
3c42508700
Apply suggestions from code review
...
Co-Authored-By: mildwonkey <mildwonkey@users.noreply.github.com>
2019-02-21 11:52:08 -08:00
Nick Fagerlund
883d587734
website: ACTUALLY fix indentation issues in config rep
...
There was an issue with some hardtabs, I think.
2019-02-21 11:02:33 -08:00
Nick Fagerlund
4a19b53b55
website: Fix confusing indentation issues in configuration representation
2019-02-20 18:49:06 -08:00
Nick Fagerlund
92e609c98b
website: Revise json format doc
2019-02-20 18:40:44 -08:00
Nick Fagerlund
c2979e7278
website: fix JSON typo (resources is array of objects)
2019-02-20 18:40:44 -08:00
Nick Fagerlund
ff47cab8c7
website: Fix JSON typo (child_modules is array)
2019-02-20 18:40:39 -08:00
Nick Fagerlund
f6c5e33c00
website: fix highlighting and line breaks
2019-02-20 18:40:39 -08:00
Nick Fagerlund
7ba654a8a9
website: Revise show command docs
2019-02-20 18:40:31 -08:00
Brian Flad
185a3304e5
Merge pull request #20374 from hashicorp/td-backend-s3-dependencies
...
backend/s3: Switch from github.com/terraform-providers/terraform-provider-aws to github.com/hashicorp/aws-sdk-go-base
2019-02-20 08:42:07 -08:00
Paddy
1bef862e3a
Merge pull request #18972 from rileykarson/patch-2
...
Fix Google Cloud Platform name across docs
2019-02-19 15:50:46 -08:00
henninge
9f3ed9ddf2
Only path-style S3 URLs are supported.
...
The go-getter library that is used by the module loader validates S3 URLs in the parseURL function. That function assumes path-style URLs and fails on virtual-hosted-style URLs.
2019-02-18 15:05:21 +01:00
Brian Flad
1aaac172b0
backend/s3: Switch from github.com/terraform-providers/terraform-provider-aws to github.com/hashicorp/aws-sdk-go-base
...
Output from acceptance testing (no new failures):
```
--- PASS: TestBackend_impl (0.00s)
--- PASS: TestBackendConfig (0.37s)
--- PASS: TestBackendConfig_invalidKey (0.00s)
--- PASS: TestBackend (3.26s)
--- PASS: TestBackendLocked (6.80s)
--- FAIL: TestBackendExtraPaths (2.32s)
--- PASS: TestBackendPrefixInWorkspace (2.06s)
--- PASS: TestKeyEnv (8.20s)
--- PASS: TestRemoteClient_impl (0.00s)
--- PASS: TestRemoteClient (2.42s)
--- PASS: TestRemoteClientLocks (6.33s)
--- PASS: TestForceUnlock (13.31s)
--- PASS: TestRemoteClient_clientMD5 (11.75s)
--- PASS: TestRemoteClient_stateChecksum (10.07s)
```
2019-02-18 02:30:30 -05:00
Kristin Laemmert
a43004e382
website/docs: add detailed documentation for the json serialization of
...
terraform plan
2019-02-14 14:20:54 -08:00
Kristin Laemmert
f7ab90207c
website/docs: add -json flag to terraform show docsn
2019-02-14 14:20:54 -08:00
Martin Atkins
b4d9f63622
website: Forward-port docs on file-hashing functions from 0.11 branch
2019-02-13 16:10:14 -08:00
cgriggs01
1565abfcaa
add four community providers
2019-02-11 17:25:30 -08:00
cgriggs01
41af6ce54b
two new community providers
2019-02-06 11:01:22 -08:00
Laura Martin
76dedfbf9d
Update docs for 0.12 terraform_remote_state data source
...
In 0.12, the outputs for a data source of terraform_remote_state are
nested under the 'outputs' attribute [1]. This updates the docs
to make this change clearer.
Worked with @radeksimko at Terraform hackday, who has submitted a
related upgrade guide [2]
[1] 1f4d2f4c50/builtin/providers/terraform/data_source_state.go (L16-L43)
[2] d8e00191b7
2019-02-06 13:53:51 +01:00
cgriggs01
4db4f9102d
change plath name
2019-02-05 10:10:09 -08:00
Nick Fagerlund
58289e2d90
website: Change absolute 0.11 -> 0.11 links to relative
2019-02-01 17:20:54 -08:00
Nick Fagerlund
2c50808bbb
website: Version notes: Add new -> old links to 0.12 language docs (function pages)
2019-02-01 17:20:54 -08:00
Nick Fagerlund
4a190127b9
website: Version notes: Add new -> old links to 0.12 language docs (except function pages)
2019-02-01 17:20:54 -08:00
Nick Fagerlund
9ce8e0ee18
website: Version notes: Add old -> new links to 0.11 docs
2019-02-01 17:20:54 -08:00
Nick Fagerlund
b726cc4ba9
website: Update H1 header of 0.12 index.html
2019-02-01 17:20:54 -08:00