Laura Pacilio
e90f9286c2
Update format function to mention list/map types
2022-06-30 17:28:59 -04:00
James Bardin
7941b2fbdc
add deprecation notices to backends
2022-06-30 16:46:12 -04:00
Laura Pacilio
f83c8e1d18
Merge pull request #31011 from dleser/patch-1
...
Added example with function argument expansion
2022-06-28 16:50:09 -04:00
ianmrose-cm
a52cf190a6
Update language according to review feedback.
2022-06-28 09:41:12 -07:00
Alan Szlosek Jr
ec4935ba5d
Clarify how the ~> version constraint operator works ( #31298 )
...
* Clarify how the ~> version contraint operator works
* add comma, clarify the actor
* verbiage tweak
* language cleanup from PR review
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
* fix line length
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-06-27 11:13:14 -04:00
ianmrose-cm
35da1618ed
Add shell explanation to remote-exec inline argument documentation.
...
The current implementation does not use the default shell for
the ssh user to execute inline commands, which can be somewhat
confusing to debug. Provide explicit documentation to explain this,
and documentation can be removed if ssh user default shell is supported.
2022-06-23 12:30:34 -07:00
Alisdair McDiarmid
479c71f93d
Merge pull request #31210 from hashicorp/update-optional-type-attributes
...
Edit type constraints docs for style and flow
2022-06-17 15:47:57 -04:00
Alisdair McDiarmid
8db2552b5f
Remove experiment from optional attrs example
2022-06-17 11:38:12 -04:00
Laura Pacilio
a864bf6b9e
Merge pull request #31105 from nvanthao/nvanthao/update-docs-implicit-provider
...
Add link to default provider configuration definition
2022-06-17 09:08:11 -04:00
Dirk Leser
ab93ef09ec
Readded the new example below the description
2022-06-17 14:42:52 +02:00
Dirk Leser
37d18f4229
functions/merge: Added expanation for example
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-06-17 14:32:02 +02:00
Laura Pacilio
66f6bb50ac
Merge pull request #30275 from Mukesh05/patch-1
...
Update purpose.mdx
2022-06-16 13:34:46 -04:00
Ansgar Mertens
6c4341e764
fix(docs): remove recommendation to wrap a set using toset()
2022-06-16 07:45:15 +00:00
Laura Pacilio
f6752c6cfa
Merge pull request #31204 from parkchoongho/patch-1
...
Update syntax.mdx
2022-06-13 11:20:41 -04:00
Laura Pacilio
5c43afcb0e
Merge pull request #31213 from hashicorp/add-warnings-backends
...
Revise Backends Config Page
2022-06-13 11:05:51 -04:00
Park Choong Ho
7510dc4d47
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-06-13 17:21:37 +09:00
Laura Pacilio
c4d7207230
Merge pull request #31191 from IgnacioNMiranda/patch-1
...
docs: update depends_on.mdx meta-argument
2022-06-09 16:37:32 -04:00
Laura Pacilio
fa76c1dcf0
apply suggestions from PR review
2022-06-09 14:55:12 -04:00
Ryan Uber
52d54b0a64
Update wording for 'path.cwd' to be explicit about implications
2022-06-08 14:02:51 -07:00
Laura Pacilio
53d0661785
Add warning note to each backend page
2022-06-08 16:32:01 -04:00
Laura Pacilio
89dbd6a26b
Remove overview backends page; add sensitive credentials warning to config page
2022-06-08 16:17:27 -04:00
Laura Pacilio
29435b46ac
Edit type constraints docs for style and flow
2022-06-08 12:40:29 -04:00
Park Choong Ho
3513352300
Update syntax.mdx
...
fix wrong grammar
2022-06-08 18:37:56 +09:00
Laura Pacilio
6aa960c239
Update website/docs/language/expressions/custom-conditions.mdx
2022-06-07 17:09:42 -04:00
Laura Pacilio
9b57fc2964
Add guidance about using the format function
2022-06-07 16:44:25 -04:00
Ignacio Miranda Figueroa
68a83e48e7
docs: update depends_on.mdx meta-argument
2022-06-06 11:15:09 -04:00
Alisdair McDiarmid
f8e2b3ada5
Merge pull request #31154 from hashicorp/alisdair/module-variable-optional-default
...
Add inline defaults to optional object attribute type constraints
2022-06-06 11:06:43 -04:00
Adam Christie
50919044d5
Fix custom conditions example
...
Original code block erroneously references `aws_vpc.example` but appears to actually mean `data.aws_vpc.example`.
2022-06-01 12:41:15 +01:00
Alisdair McDiarmid
e2a3042025
website: Update documentation for optional attrs
...
Extend the documentation on type constraints to include the new default
functionality, including a detailed example of a nested structure with
multiple levels of defaults.
2022-06-01 06:40:37 -04:00
Alisdair McDiarmid
718b0875ef
lang: Remove defaults function
...
Now that we are able to specify optional object attribute defaults
inline in a type constraint, the separate `defaults` function is no
longer needed.
2022-06-01 06:40:37 -04:00
Nick Fagerlund
5bf48952fe
Edit docs for replace_triggered_by lifecycle argument ( #31129 )
...
- Note that it was added in v1.2, so users know whether they can use it yet.
- Fix nested indentation formatting, so the parent list item stays together.
- Minor copy edits.
- List all of the available lifecycle block arguments before diving into the
docs for each argument, for ease of reading/scanning.
2022-05-26 10:39:04 -07:00
Dan Potepa
2dd5e10469
Revert "Docs: Change misspelling of variable in documentation"
...
This reverts commit 7756023564 .
2022-05-24 17:54:31 +01:00
Gerard Nguyen
fd21e6e510
Update website/docs/language/modules/develop/providers.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-05-24 10:53:08 +10:00
Gerard Nguyen
d521d379f8
Add link to default provider configuration definition
2022-05-23 13:06:04 +10:00
Laura Pacilio
83a700b313
Update version notes for custom conditions
2022-05-20 16:10:26 -04:00
Laura Pacilio
b2d3e594ca
Remove duplicate versioning note for custom condition checks.
2022-05-20 16:07:27 -04:00
Laura Pacilio
54d084159f
Add version note, fix typos, add link to environment variables
2022-05-20 16:00:53 -04:00
Laura Pacilio
55edc6a6af
Merge pull request #31049 from miyagawa-michiru/update-local-exec-arguments
...
`local-exec` documentation lacks on-destroy documentation
2022-05-19 11:02:38 -04:00
miyagawa-michiru
61271ef117
Add a missing word
2022-05-19 08:05:34 +09:00
James Bardin
f7f4a82619
Merge pull request #31063 from hashicorp/jbardin/v1.2-upgrade-guide
...
v1.2 upgrade guide
2022-05-18 13:59:39 -04:00
Laura Pacilio
179e108cd1
Update website/docs/language/expressions/custom-conditions.mdx
2022-05-18 13:49:44 -04:00
James Bardin
1a60b3b5be
s/obsolete/outdated/
2022-05-18 13:49:38 -04:00
James Bardin
975158a552
Update website/docs/language/upgrade-guides/1-2.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-05-18 13:48:32 -04:00
James Bardin
43c78af1c0
Update website/docs/language/upgrade-guides/1-2.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-05-18 13:48:08 -04:00
James Bardin
0855561db0
group obsolete TLS features in upgrade guide
2022-05-18 13:05:36 -04:00
James Bardin
6e70577a87
re-order upgrade sections
2022-05-18 12:46:12 -04:00
James Bardin
7566ab7c93
Update website/docs/language/upgrade-guides/1-2.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-05-18 12:45:25 -04:00
James Bardin
3633de8bf5
Update website/docs/language/upgrade-guides/1-2.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-05-18 12:41:51 -04:00
James Bardin
8166216ba6
Update website/docs/language/upgrade-guides/1-2.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-05-18 12:41:44 -04:00
James Bardin
24663fbf26
Update website/docs/language/upgrade-guides/1-2.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
2022-05-18 12:41:39 -04:00