Liam Cervante
ce16e1a68a
Complete upgrade guide for v1.7 ( #34514 )
...
* complete 1.7 upgrade guide
* also call out state interoperability
* Update website/docs/language/upgrade-guides/index.mdx
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
* actually fix dangling v1.6 references
---------
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
2024-01-11 08:57:27 +01:00
Graham Davison
bf4f36a3b7
tabs vs spaces
2024-01-09 15:49:49 -08:00
Graham Davison
0ff0ad8ce4
Updates documentation on IAM permissions with workspaces
2024-01-09 13:24:19 -08:00
Graham Davison
86da6ef19a
Adds section on storage locations
2024-01-09 12:56:11 -08:00
Graham Davison
02fadba041
Corrects path
2024-01-09 11:56:28 -08:00
Graham Davison
9d8ff095c0
Formatting
2024-01-09 11:55:42 -08:00
Brian McClain
35d6af0759
Test mocks docs fixes ( #34435 )
...
* Update example with valid bucket name
* quote alias name in provider block
2023-12-20 17:43:59 +00:00
Pratik Thakare
98da7f49ce
Update website/docs/language/state/purpose.mdx
...
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
2023-12-14 22:56:30 +05:30
KryptoBlack
349c80b50c
refact: removed ambiguous reference from purpose of terraform state
2023-12-14 10:38:53 +05:30
Graham Davison
29708f0784
Documents AWS_ENDPOINT_URL environment variable and endpoints configured in shared config files
2023-12-08 15:53:22 -08:00
kmoe
56bf889093
website: removed block docs ( #34339 )
...
* website: removed block docs
* website: link to removed block from state rm
2023-12-06 10:15:36 +00:00
Liam Cervante
5cbf7c5f96
Add docs for automatic var files in test directories ( #34349 )
2023-12-06 08:10:45 +01:00
Jared Baker
4729af3ccf
Merge pull request #34337 from hashicorp/s3/use_legacy_workflow-deprecation
...
backend/s3: default `use_legacy_workflow` to false, deprecate
2023-12-05 11:35:51 -05:00
James Bardin
60ab95d3a7
Merge pull request #34348 from hashicorp/jbardin/import-for-each-docs
...
add basic import for_each docs
2023-12-05 08:20:17 -05:00
James Bardin
4ae531c8a1
add basic import for_each docs
2023-12-05 08:12:37 -05:00
Craig Wright
5153465e00
Merge pull request #34311 from zhimsel/cidrhost-negative-docs
2023-12-04 15:33:14 -08:00
Craig Wright
9cb86ef1b9
Merge pull request #34299 from summera/custom-condition-doc-correction
2023-12-04 15:29:18 -08:00
Liam Cervante
89c1d06f05
Add documentation for the mocking functionality ( #34198 )
...
* Add documentation for the new mocking functionality
* add example for repeated blocks
* validate providers
* Apply suggestions from code review
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
* address comments
* tf fmt all examples
* edits
* fix typos
---------
Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
Co-authored-by: Brian McClain <brianmmcclain@gmail.com>
2023-12-04 17:53:22 +01:00
Jared Baker
38acde89e3
website: s3 backend upgrade guide for 1.7.0
2023-12-04 11:31:39 -05:00
Jared Baker
470a851e45
backend/s3: default use_legacy_workflow to false, deprecate
...
In Terraform 1.7 we'll begin phasing out the legacy credential chain evaluation order
by defaulting use_legacy_workflow to false and deprecating the argument. This will
bring the default behavior into alignment with the AWS SDKs and CLI. Practitioners
can still preserve the legacy behavior by setting this argument to `true`. In Terraform
1.8 this argument will be removed, and the S3 backend will always use the default
credential chain evaluation order from the AWS SDK for Go.
2023-11-30 13:19:48 -05:00
Liam Cervante
0f94e1e7ab
docs: update terraform test docs with provider to run block reference examples ( #34332 )
...
* docs: update terraform test docs with examples on provider to run block references
* undo weird formatting
2023-11-30 16:53:57 +01:00
Liam Cervante
6670ab43f7
terraform test: rearrange the order of destroy operations ( #34293 )
2023-11-29 16:37:52 +01:00
Zach Himsel
2361c5dc98
Document negative host numbers for cidrhost()
...
This feature was introduced in
https://github.com/hashicorp/terraform/pull/13765
(and documented there), but it seems that its documentation
was not carried over when the docs were reorganized.
2023-11-28 11:59:04 -05:00
Ari Summer
d12984064a
Correct EC2 instance encryption condition example in custom-conditions.mdx
2023-11-24 10:15:03 -07:00
kmoe
33dfeecbee
docs: more detail on import IDs ( #34153 )
2023-11-21 08:35:26 +00:00
Rose M Koron
5d9c1d4f8a
Update oci_core_instance links ( #34257 )
2023-11-17 09:49:44 -08:00
sebhcp
2d381c050a
docs: add backend limitation ( #31607 )
...
---------
Co-authored-by: sebhcp <sebhcp@users.noreply.github.com>
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
2023-11-15 12:58:27 -08:00
Graham Davison
4df60b4b90
Adds https_proxy and no_proxy parameters
2023-11-14 14:33:09 -08:00
Graham Davison
fce0cf6d9c
Adds support for sso endpoint override
2023-11-11 00:21:28 -08:00
Liam Cervante
1974c9ec16
docs: add explicit instruction for windows filepaths ( #34193 )
...
* docs: add explicit instruction for windows filepaths
* fix you/we/Terraform usage
2023-11-10 09:12:54 +01:00
Joao C Costa
47beda901e
nonsensitive: no longer produces error when applied to nonsensitive values ( #33856 )
...
* Proposing fix to #31693 (not always possible to apply nonsensitive)
https://github.com/hashicorp/terraform/issues/31693
* hashicorp#31693 not always possible to apply nonsensitive
updated documentation
* Update sensitive_test.go
Fixing tests
* Corrections as per https://github.com/hashicorp/terraform/pull/33856#discussion_r1330042125
2023-11-08 12:31:20 +01:00
Craig Wright
10f4567fcc
Merge pull request #33778 from Varriount/patch-1
2023-11-06 09:20:18 -08:00
Clay Sweetser
439b0ef81a
Implement suggestion
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-11-02 15:39:26 -04:00
Graham Davison
e131a9c8a8
Merge pull request #34098 from hashicorp/s3/d-reconfigure
...
backend/s3: Document need to reconfigure backend when updating Terraform
2023-10-30 14:57:26 -07:00
Craig Wright
4b1c3457a4
Merge pull request #33635 from cadamini/main
2023-10-26 14:53:06 -07:00
Christian Adamini
18aa930186
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-26 02:27:18 +02:00
Christian Adamini
6fe058eb76
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:31:02 +02:00
Christian Adamini
22bdf62f08
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:30:31 +02:00
Christian Adamini
4d2d06bf3e
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:27:15 +02:00
Christian Adamini
63a603ee2b
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:26:32 +02:00
Christian Adamini
c3740d01eb
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:26:16 +02:00
Christian Adamini
5c8dbc0902
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:25:57 +02:00
Christian Adamini
31e637ee62
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:24:54 +02:00
Christian Adamini
a5f7e86593
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:24:34 +02:00
Christian Adamini
3f51ecf138
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:22:41 +02:00
Christian Adamini
bb0ba1d7af
Update website/docs/language/resources/syntax.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-10-24 23:21:48 +02:00
Craig Wright
b9aa5fbae6
Merge pull request #33648 from abuxton/abuxton-patch-1
2023-10-24 14:12:25 -07:00
Graham Davison
30928097ee
Updates deprecation documentation
2023-10-24 12:37:27 -07:00
Graham Davison
cf3d51665b
Removes references to reconfiguring backend
2023-10-24 12:19:18 -07:00
Graham Davison
142a73b513
Adds parameter skip_s3_checksum to skip checksum on upload
2023-10-23 16:11:52 -07:00