Laura Pacilio
2718d2addc
Add description metadata to module block page
2021-07-09 15:32:25 -04:00
Laura Pacilio
df16096141
Add description metadata to dynamic blocks, types, and module providers
2021-07-09 15:28:28 -04:00
Laura Pacilio
d9f7ce19fe
Add description metadata to conditionals page
2021-07-09 15:17:18 -04:00
Laura Pacilio
3baddbef0e
Add description metadata to creating modules pagey
2021-07-09 12:14:58 -04:00
Laura Pacilio
e348477c79
Add description metadata to module sources
2021-07-09 12:08:48 -04:00
Laura Pacilio
4044fe30d3
Add description metadata to modules overview page
2021-07-09 11:59:38 -04:00
Laura Pacilio
f4f8d7a6c5
Change use to using for consistency with other docs
2021-07-09 11:50:19 -04:00
Laura Pacilio
adf4dbdf84
Update description metadata
2021-07-09 11:45:42 -04:00
Laura Pacilio
14d6e0dea9
Add Terraform key work to description metadata
2021-07-09 11:37:01 -04:00
Laura Pacilio
07accd7a38
Add page metadata to variables and outputs overview
2021-07-09 11:34:02 -04:00
Laura Pacilio
fabd5abf2c
Make description metadata shorter
2021-07-09 11:30:13 -04:00
Laura Pacilio
9dc008fa10
Add metadata description to dependency lock file page
2021-07-09 11:25:55 -04:00
Laura Pacilio
62b11f02e2
Make metadata description more concise
2021-07-09 11:15:10 -04:00
Laura Pacilio
62b444504d
Add description metadata to provider requirements
2021-07-09 11:07:37 -04:00
Laura Pacilio
d107b46270
Make description metadata more concise
2021-07-09 11:01:32 -04:00
Laura Pacilio
bca3957e17
Update description metadata for input variables
2021-07-09 10:53:37 -04:00
Laura Pacilio
134170c121
Fixing broken link on syntax page
2021-07-09 10:32:17 -04:00
Laura Pacilio
f5c463c27e
Update broken link oon provisioners connection page
2021-07-09 10:30:35 -04:00
Laura Pacilio
493d4b8dc8
Update description metadata
2021-07-07 17:37:19 -04:00
Laura Pacilio
f25d993b47
Update description metadata to include key words
2021-07-07 17:34:03 -04:00
Laura Pacilio
6f8774a8ed
Add Terraform to description metadata for SEO
2021-07-07 17:24:58 -04:00
Laura Pacilio
2e25fd04c0
Add description metadata to provisioners index page
2021-07-07 15:10:14 -04:00
Laura Pacilio
6d0569ac45
Add description metadata to lifecycle page
2021-07-07 15:07:00 -04:00
Laura Pacilio
66103f273e
Add description metadata to resource provider page
2021-07-07 15:05:02 -04:00
Laura Pacilio
96994d0b01
Add description metadata to for_each page
2021-07-07 15:02:01 -04:00
Laura Pacilio
4a2a6e8b52
Add description metadata to count and update depends_on
2021-07-07 14:59:20 -04:00
Laura Pacilio
ddabca8c72
Add description metadata to depends_on page
2021-07-07 14:54:51 -04:00
Laura Pacilio
e60e77c68f
Add description metadata to behavior page
2021-07-07 14:42:30 -04:00
Laura Pacilio
66dfb56d4f
Update description metadata to include key words
2021-07-07 14:42:30 -04:00
Laura Pacilio
810543b997
Add description metadata to resources overview page
2021-07-07 14:42:30 -04:00
Laura Pacilio
08f1d6c9e0
Update description metadata for style page
2021-07-07 14:42:30 -04:00
Laura Pacilio
c33970bfa4
Add description metadata to JSON syntax page
2021-07-07 14:42:30 -04:00
Laura Pacilio
5384aacb5e
Update description metadata for key words
2021-07-07 14:42:30 -04:00
Laura Pacilio
887b019761
Fix capitalization on Terraform language
2021-07-07 14:42:30 -04:00
Laura Pacilio
a62e2825c7
Add description metadata to syntax overview
2021-07-07 14:42:30 -04:00
Laura Pacilio
f6b500379d
Update description metadata to include Terraform key word
2021-07-07 14:42:30 -04:00
Laura Pacilio
ab06843f1d
Add description metadata to files and directories
2021-07-07 14:42:30 -04:00
Laura Pacilio
8525befc22
Add description metadata to index page
2021-07-07 14:42:30 -04:00
ritsok
595646916f
Link refresh tutorial from plan and refresh docs pages
2021-07-06 15:52:16 -04:00
Laura Pacilio
577c3653f2
Merge pull request #28983 from KurtLehnardt/patch-1
...
fixed typo
2021-06-30 08:54:04 -04:00
Laura Pacilio
a7e24c384b
Merge pull request #28842 from iaoiui/patch-1
...
remove extra "be"
2021-06-30 08:52:51 -04:00
Laura Pacilio
f9ec36383d
Merge pull request #29011 from vlad-ro/patch-1
...
Add back missing closing quote character
2021-06-30 08:51:47 -04:00
Laura Pacilio
4f12b8d917
Merge pull request #28863 from stensonb/patch-1
...
typo
2021-06-30 08:50:24 -04:00
Laura Pacilio
de97a03528
Merge pull request #28908 from kondr57/patch-1
...
fix typo
2021-06-30 08:43:26 -04:00
Martin Atkins
a945b379d8
website: Explicit examples of -var escaping in various shells
...
The -var command line option comes with the disadvantage that a user must
contend both with Terraform's own parser and with the parser in whichever
shell they've decided to use, and different shells on different platforms
have different rules.
Previously we've largely just assumed that folks know the appropriate
syntax for the shell they chose, but it seems that command lines involving
spaces and other special characters arise rarely enough in other commands
that Terraform is often the first time someone needs to learn the
appropriate syntax for their shell.
We can't possibly capture all of the details of all shells in our docs,
because that's far outside of our own scope, but hopefully this new
section will go some way to give some real examples that will help folks
figure out how to write suitable escape sequences, if they choose to
set complex variable values on the command line rather than in .tfvars
as we recommend elsewhere on this page.
2021-06-22 14:10:04 -07:00
Robin Norwood
50fe980877
Merge pull request #28998 from hashicorp/rln-add-versions-tutorials-links
...
Add links to terraform versions tutorials
2021-06-22 11:50:18 -05:00
Vlad Romanenko
d4d56a96b1
Add back missing closing quote character
2021-06-22 15:20:31 +01:00
Robin Norwood
2c71bb3a2e
Add links to terraform versions tutorials
2021-06-21 14:26:43 -05:00
Radek Simko
bb868606ea
docs: Document naming conventions for templates & backend configs ( #28924 )
...
* docs: Document naming conventions for templates & backend configs
* Update website/docs/cli/config/config-file.html.md
Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
* Update website/docs/language/functions/templatefile.html.md
Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
2021-06-18 17:20:00 +01:00
Kurt Lehnardt
165b2a2509
fixed typo
2021-06-18 09:59:56 -06:00