Topher Ayrhart
b1d56076a4
generated -> generate
...
In the last paragraph, the word "generated" is in the wrong tense for the sentence. The correct word is "generate" (unless I misunderstand the sentence 🙂 ).
2021-08-30 08:59:50 -05:00
Laura Pacilio
daad109067
Merge pull request #29063 from moskyb/s3-backend-kms-permissioning-note
...
Add a note to the docs on the S3 backend around permissions needed for encrypted state storage
2021-08-25 10:14:12 -04:00
Laura Pacilio
03849d850a
Merge pull request #28486 from joshschmitter/patch-1
...
setsubtract doc: use "Relative Complement" correctly
2021-08-23 15:49:51 -04:00
joshschmitter
cb41b158f1
concise use of "relative complement"
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2021-08-23 14:40:35 -05:00
Laura Pacilio
d427c81a89
Update jsonencode minified note
2021-08-23 15:01:38 -04:00
Laura Pacilio
dffb8b4a16
Merge pull request #29088 from brenthc/minify_jsonencode
...
note that output of jsonencode is minified
2021-08-23 14:24:37 -04:00
Brent Woodruff
ed84cb886e
Apply suggested wording update.
2021-08-23 14:10:50 -04:00
Laura Pacilio
5863af448f
Merge pull request #28784 from TAYTS/patch-2
...
Update range.html.md
2021-08-23 14:07:15 -04:00
Laura Pacilio
c1d16c7421
Merge pull request #29311 from NargiT/patch-1
...
fix syntax
2021-08-23 14:00:43 -04:00
Laura Pacilio
6235453d21
Merge pull request #29358 from moajo/add-s3-delete-object-to-document
...
Update website/docs/language/settings/backends/s3.html.md
2021-08-23 13:59:48 -04:00
Laura Pacilio
d0bc382797
Merge pull request #29359 from 45deg/45deg-patch-1
...
Fix a result in examples for urlencode.html.md
2021-08-23 13:57:27 -04:00
Laura Pacilio
d2f80f35b1
Merge pull request #29316 from alkis-hexa/patch-1
...
Update for.html.md
2021-08-23 12:31:43 -04:00
Laura Pacilio
e1b702b8d0
Merge pull request #29417 from jonesetc/patch-1
...
Fix link to index function
2021-08-18 18:24:54 -04:00
Laura Pacilio
b574c03dd1
Merge pull request #29271 from kebroad/patch-1
...
Fixed cidrhost() example 1 and 2 with correct function parameter
2021-08-18 18:22:06 -04:00
Kyle Jones
e4e5f5a1a4
Fix link to index function
...
The element function page previously linked to the index page for all functions where it meant to link to the index function page.
2021-08-18 15:08:19 -07:00
Martin Atkins
c23a7fce4e
lang/funcs: Preserve IP address leading zero behavior from Go 1.16
...
Go 1.17 includes a breaking change to both net.ParseIP and net.ParseCIDR
functions to reject IPv4 address octets written with leading zeros.
Our use of these functions as part of the various CIDR functions in the
Terraform language doesn't have the same security concerns that the Go
team had in evaluating this change to the standard library, and so we
can't justify an exception to our v1.0 compatibility promises on the same
sort of security grounds that the Go team used to justify their
compatibility exception.
For that reason, we'll now use our own fork of the Go library functions
which has the new check disabled in order to preserve the prior behavior.
We're taking this path, rather than pre-normalizing the IP address before
calling into the standard library, because an additional normalization
layer would be entirely new code and additional complexity, whereas this
fork is relatively minor in terms of code size and avoids any significant
changes to our own calls to these functions.
Thanks to the Kubernetes team for their prior work on carving out a subset
of the "net" package for their similar backward-compatibility concern.
Our "ipaddr" package here is a lightly-modified fork of their fork, with
only the comments changed to talk about Terraform instead of Kubernetes.
This fork is not intended for use in any other future feature
implementations, because they wouldn't be subject to the same
compatibility constraints as our existing functions. We will use these
forked implementations for new callers only if consistency with the
behavior of the existing functions is a key requirement.
2021-08-17 15:20:05 -07:00
moajo
b3e1a40499
Update website/docs/language/settings/backends/s3.html.md
2021-08-12 15:17:04 +09:00
45deg
494043ed24
Fix a result in examples for urlencode.html.md
2021-08-12 13:47:27 +09:00
Radek Simko
7a95bbf019
docs: Add note about multiple variable validation blocks ( #29299 )
2021-08-10 15:20:02 +01:00
Top
963771d398
Merge pull request #29304 from hashicorp/tf-swift-backend-swauth
...
Update swift.html.md
2021-08-10 08:16:26 +10:00
Laura Pacilio
3376752b08
Merge pull request #29273 from mellab/patch-1
...
Fixed typo on type-constraints.html.md
2021-08-09 11:44:33 -04:00
Alkis Tsitsigkos
1f5069d9dc
Update for.html.md
...
Boolean doesn't exist as an accepted type of variable
2021-08-06 12:54:26 +03:00
Tigran Tch
0103f58297
fix syntax
2021-08-05 17:04:40 +02:00
Top
21a5103551
Update swift.html.md
...
Add note for Swauth v1.0 support
2021-08-05 08:32:40 +10:00
Laura Pacilio
5b07bb7040
Merge pull request #29216 from hashicorp/laura-description-metadata-cli
...
Laura description metadata cli
2021-07-30 14:49:36 -04:00
Laura Pacilio
31af9adc00
Make all sentences start with caps + additional tweak wording edits
2021-07-30 14:44:17 -04:00
Laura Pacilio
d59777c12f
Update website/docs/language/modules/sources.html.md
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2021-07-30 14:07:45 -04:00
Laura Pacilio
6874aad76d
Update website/docs/language/meta-arguments/resource-provider.html.md
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2021-07-30 14:07:19 -04:00
Laura Pacilio
809f50fbf2
Update website/docs/language/meta-arguments/module-providers.html.md
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2021-07-30 14:07:03 -04:00
Laura Pacilio
87348f97f8
Update website/docs/language/expressions/dynamic-blocks.html.md
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2021-07-30 14:06:20 -04:00
Laura Pacilio
3ae552fbc9
Remove back ticks from syntax index page
2021-07-30 10:57:44 -04:00
Laura Pacilio
2970efff00
Remove back ticks from settings index page
2021-07-30 10:56:11 -04:00
Laura Pacilio
e6903e860a
Remove back ticks from null_resource_page
2021-07-30 10:55:13 -04:00
Laura Pacilio
22588ca105
Remove back ticks from connection block page
2021-07-30 10:54:39 -04:00
Laura Pacilio
058fa43d5d
Remove back ticks from resource index page
2021-07-30 10:53:58 -04:00
Laura Pacilio
8a919d98d4
Remove back ticks from resource behavior page
2021-07-30 10:53:17 -04:00
Laura Pacilio
6e0349645e
Remove back ticks from configuration page
2021-07-30 10:52:25 -04:00
Laura Pacilio
277fe647b9
Remove back ticks from source module page
2021-07-30 10:51:46 -04:00
Laura Pacilio
2e34e7a727
Remove back ticks from module providers meta argument page
2021-07-30 10:50:39 -04:00
Laura Pacilio
512bb1a3c5
Remove back ticks from provider meta argument page
2021-07-30 10:49:28 -04:00
Laura Pacilio
051ce2ae6c
Remove back ticks from lifecycle page
2021-07-30 10:47:31 -04:00
Laura Pacilio
a7c1ae72a4
Remove back ticks from for_each page
2021-07-30 10:45:39 -04:00
Laura Pacilio
01f993b6f7
Remove back ticks from depends_on page
2021-07-30 10:45:13 -04:00
Laura Pacilio
a448eaa41f
Remove back ticks from count page
2021-07-30 10:44:44 -04:00
Laura Pacilio
20bdc25ffd
Remove back ticks from for expressions page
2021-07-30 10:43:30 -04:00
Laura Pacilio
ad9fb34c0b
Remove backticks from dynamic blocks page
2021-07-30 10:42:57 -04:00
Laura Pacilio
f75acc7129
Remove backticks from Dependency lock page
2021-07-30 10:42:15 -04:00
mellab
c690247837
Update type-constraints.html.md
...
Fixed one typo found on the type constraints page:
recieving -> receiving
2021-07-30 00:08:42 -05:00
Kevin Broadbridge
f5cbe59386
Fixed cidrhost example 1 and 2 with correct function parameter
2021-07-29 16:30:18 -05:00
Laura Pacilio
a14272d022
Update extending link to "plugin development"
2021-07-26 14:52:44 -04:00