Laura Pacilio
4d4d774aef
fix confusing sentence on resources page
2022-04-20 11:23:15 -04:00
Laura Pacilio
ce757244f2
fix confusing sentence in outputs
2022-04-20 11:22:11 -04:00
Laura Pacilio
f660f54b87
Final nits from review
2022-04-20 11:21:11 -04:00
Laura Pacilio
e8743143e3
Update website/docs/language/data-sources/index.mdx
...
Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
2022-04-20 11:17:45 -04:00
Laura Pacilio
87b09b1ee1
Fix broken HCL in example
2022-04-20 11:17:16 -04:00
Laura Pacilio
f9462d5d51
Update links to say "Custom Condition Checks"
2022-04-07 16:25:09 -04:00
Laura Pacilio
3ed8c5c467
Fix in-text link
2022-04-07 13:51:56 -04:00
Laura Pacilio
4c097842df
Move conditionals information to conditional expressions page
2022-04-07 13:48:44 -04:00
Laura Pacilio
375b3583fd
APply suggestions from PR review
2022-04-07 12:12:13 -04:00
Laura Pacilio
3bc3bc52f8
Update website/docs/language/expressions/custom-conditions.mdx
...
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
2022-04-07 11:40:01 -04:00
Laura Pacilio
b997c983a5
Update website/docs/language/expressions/custom-conditions.mdx
...
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
2022-04-07 11:39:41 -04:00
Laura Pacilio
4ab955eeab
Update website/docs/language/expressions/custom-conditions.mdx
...
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
2022-04-07 10:13:41 -04:00
Laura Pacilio
6b986c94bc
Update website/docs/language/expressions/custom-conditions.mdx
...
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
2022-04-07 10:12:49 -04:00
Laura Pacilio
d69cb58ff5
Add additional sections to condition expressions section
2022-04-06 17:01:04 -04:00
Laura Pacilio
eea860e0cf
Fixing typos and doing a read through
2022-04-06 16:55:43 -04:00
Laura Pacilio
04d329a9e1
Add references to custom conditions on related pages
2022-04-06 16:11:36 -04:00
Laura Pacilio
5803963be8
more nitpicks
2022-04-06 15:45:27 -04:00
Laura Pacilio
62a7b51ba7
more edits
2022-04-06 15:41:02 -04:00
Laura Pacilio
3ae238a448
More language edits
2022-04-06 14:57:20 -04:00
Laura Pacilio
af7e688859
more language cleanup for clarity
2022-04-05 17:01:21 -04:00
Laura Pacilio
b2576a3df3
Update page name to Custom Conditions per feedback
2022-04-05 15:50:24 -04:00
Laura Pacilio
040985f6e1
more edits
2022-03-30 17:59:03 -04:00
Laura Pacilio
b0f491f2d1
update section title
2022-03-30 17:57:03 -04:00
Laura Pacilio
d12b170ef2
more page edits for flow and style
2022-03-30 17:48:43 -04:00
Laura Pacilio
5effda4170
Rename page again
2022-03-30 17:18:16 -04:00
Laura Pacilio
42d73fe324
Rename page in sidebar and change filename
2022-03-30 17:11:23 -04:00
Laura Pacilio
2449fadf06
Revising preconditions and postconditions
2022-03-30 17:00:13 -04:00
Sebastian Rivera
b4b4f4e9d9
Merge pull request #30719 from hashicorp/sebasslash/add-tf-org-env-var
...
Add TF_ORGANIZATION env var support
2022-03-30 11:41:07 -04:00
Sebastian Rivera
b1c22d333e
Fix error formatting for missing env and config value
...
We previously used to throw an error denoting where in the configuration the attribute was missing or invalid.
Considering that organization can be now be omitted from the configuration, our previous error message will be
improperly formatted. This commit also updates the message to mention `TF_ORGANIZATION` as a valid substitute if
organization is missing or invalid in the configuration.
2022-03-30 11:04:30 -04:00
Matthias Baur
971c899c12
Clarify multiple times usage ( #30724 )
...
* Clarify multiple times usage
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
2022-03-30 09:52:49 +01:00
Laura Pacilio
38dd0ef2f3
Merge pull request #30423 from noce2/patch-1
...
Docs Update: Show example of state lock table access control
2022-03-29 15:20:49 -04:00
Nsikan
a813854a82
Update website/docs/language/settings/backends/s3.mdx
...
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2022-03-29 16:40:59 +01:00
Jamie Finnigan
032a4d0837
update from go 1.17.2 to 1.17.8 (various bug & security fixes) ( #30756 )
2022-03-29 09:07:30 +01:00
Alisdair McDiarmid
120d096615
Merge pull request #30747 from george-mengelberg/patch-1
...
Description of '-' symbol as used in format()
2022-03-28 12:58:12 -04:00
Laura Pacilio
b5c0955cb9
Merge pull request #30712 from hashicorp/file-provisioner-powershell-warning
...
Add PowerShell note to file provisioner page
2022-03-28 11:13:28 -04:00
hc-github-team-tf-core
11aaff859a
Cleanup after v1.2.0-alpha-20220328 release
2022-03-28 10:27:27 +00:00
hc-github-team-tf-core
9ba701fb1e
Release v1.2.0-alpha-20220328
2022-03-28 09:54:29 +00:00
Sebastian Rivera
b260883a98
Update docs to mention TF_ORGANIZATION env var
2022-03-26 16:44:16 -04:00
Sebastian Rivera
45357f5004
Add TF_ORGANIZATION env var support
...
TF_ORGANIZATION will serve as a fallback for configuring the organization in the `cloud`
block. This is the first step to make it easier for users wanting to configure Terraform
programmatically.
2022-03-26 16:44:16 -04:00
george-mengelberg
d7316e79ca
Description of '-' symbol as used in format()
...
The existing description for the '-' symbol as use in format() stated that the result would padded spaces to the left. When tested in via 'terraform console' using format("%-10.1f", 3) the result was "3.0 "
Terraform v1.1.7
2022-03-26 08:26:44 -07:00
kmoe
7e849473a4
version: main branch is tracking v1.2
2022-03-25 18:12:57 +00:00
Katy Moe
8ee0ba12f9
Revert "main branch is now tracking v1.3"
...
This reverts commit 28fa6f4515
.
2022-03-25 18:12:25 +00:00
Katy Moe
60d1becff7
Revert "version: main branch is now tracking v1.3"
...
This reverts commit 100056269f
.
2022-03-25 18:12:09 +00:00
kmoe
28fa6f4515
main branch is now tracking v1.3
2022-03-25 17:31:11 +00:00
kmoe
100056269f
version: main branch is now tracking v1.3
2022-03-25 17:29:58 +00:00
Luces Huayhuaca
c1ed0fa0b1
Update CHANGELOG.md ( #30738 )
...
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
2022-03-25 07:56:34 -07:00
Markus Bösling
275ff5b223
double word removed ( #30679 )
2022-03-25 14:31:52 +00:00
kmoe
d9186fa9f8
Update CHANGELOG.md
2022-03-25 14:29:45 +00:00
shinbunbun
a1ead44c71
cidrnetmask() produce an error with IPv6 ( #30703 )
...
* Add error handling for IPv6
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
2022-03-25 14:26:47 +00:00
rita
4b516bb90e
Merge pull request #30728 from hashicorp/link_workflow_tutorials
...
Link workflow tutorials from docs
2022-03-24 11:11:42 -04:00