Commit graph

7980 commits

Author SHA1 Message Date
Radek Simko
6d11e670c1
website: (Re)Move markdown documentation (#37417)
* website: (Re)Move markdown documentation

* make: remove website targets

* gitignore: remove website paths

* CODEOWNERS: remove website paths

* gh/ISSUE_TEMPLATE: Direct folks to unified repo for docs

* Readme: Update link to docs

* Update refs to website folder

* Re-add Readme.md with a warning and link to the unified repo
2025-08-11 11:25:18 +02:00
Leah Bush
70a724614c add emojis 2025-05-29 11:26:31 -05:00
Leah Bush
8cda034e2b chore: add UDR notes to each mdx file 2025-05-28 14:41:15 -05:00
Daniel Banck
3325059fff
Add resource identity documentation (#36994)
* Add some resource identity documentation

* Add `identity` to argument list

* Update website/docs/language/import/index.mdx

---------

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
2025-05-20 17:59:18 +02:00
Mohamed Mohamed
b70294ffd2
Clarify dependency management in style guide (#35259)
Co-authored-by: Brian McClain <brianmmcclain@gmail.com>
2025-05-20 14:09:38 +01:00
anupam.
c613e86e77
docs: update index.mdx (#37124) 2025-05-20 10:19:58 +01:00
FloxD
f2c3fbe2f0
added example to terraform state list documentation (#35377) 2025-05-19 21:07:48 +00:00
Ramneek Kalra
1aaec2333f
Update destroy.mdx (#36851) 2025-05-19 21:00:51 +00:00
Austin Macdonald
db2114d630
Clarify use of backend-config file (#35389) 2025-05-19 13:59:01 -07:00
trujillo-adam
b3f796c711
Merge pull request #37048 from atombravo/patch-1
Type conversion with equality operator
2025-05-19 13:48:29 -07:00
Christian Adamini
772e8fdd35
Simplify docs/cli/code/index texts (#35183) 2025-05-19 20:40:19 +00:00
rita
6483c44174
Merge branch 'main' into bmm/update-use-cases 2025-05-19 16:28:55 -04:00
tejavar
c6821cef12
Update archiving.mdx (#33233) 2025-05-19 20:27:30 +00:00
rita
7055d8b9bf
Merge pull request #35880 from yogi345/main
docs: Modify passing-providers-explicitly section #35781
2025-05-19 16:23:47 -04:00
rita
626272ec73
Merge branch 'main' into bmm/update-use-cases 2025-05-19 16:22:06 -04:00
rita
1c33f53913
Update website/docs/intro/use-cases.mdx 2025-05-19 16:17:42 -04:00
rita
388180c1b3
Merge branch 'main' into patch-2 2025-05-19 16:14:18 -04:00
rita
03df0c4f80
Update website/docs/language/style.mdx 2025-05-19 16:13:11 -04:00
rita
01538922a5
Merge branch 'main' into main 2025-05-19 16:07:39 -04:00
rita
dc226e1420
Update website/docs/language/modules/develop/providers.mdx 2025-05-19 16:06:56 -04:00
trujillo-adam
90747a6200
Merge branch 'main' into patch-1 2025-05-19 13:01:33 -07:00
trujillo-adam
d1d48f9aa5
Apply suggestions from code review
Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
2025-05-19 13:00:04 -07:00
Radek Simko
3ab58cd603
docs: Warn about use of heredoc for JSON/YAML (#37084)
* docs: Warn about use of heredoc for JSON/YAML

* move block near the end of the section
2025-05-19 13:57:56 +01:00
Yang Liu
64dfd572e8
Fix a missing index page (#36865)
* Fix a missing index page

* Update index.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

---------

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2025-05-16 14:58:56 +00:00
Rock Wang
31821b39ca
update cidr in variable networks (#36908)
* Update cidr in variable network 

i face the following error when run terraform plan:
│ Error: expected cidr_block to contain a valid network Value, expected 10.1.0.0/16, got 10.1.2.0/16
│ 
│   with aws_vpc.example["dmz"],
│   on main.tf line 47, in resource "aws_vpc" "example":
│   47:   cidr_block = each.value.cidr_block
│ 
╵
╷
│ Error: expected cidr_block to contain a valid network Value, expected 10.1.0.0/16, got 10.1.1.0/16
│ 
│   with aws_vpc.example["public"],
│   on main.tf line 47, in resource "aws_vpc" "example":
│   47:   cidr_block = each.value.cidr_block

* Create update-cidrblock.yaml

* remove changelog update-cidrblock
2025-05-15 09:49:40 +00:00
drewmullen
09cff2be39
include help entry for -replace (#36780)
* include help entry for -replace

* add to website docs as well

* Update internal/command/apply.go

Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>

* Update website/docs/cli/commands/apply.mdx

Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>

---------

Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
2025-05-14 12:03:47 -04:00
Adam J Bravo
a3948bad06
Merge branch 'main' into patch-1 2025-05-14 11:52:20 -04:00
Radek Simko
0c78b5ee9e
Prepare empty 1.13 upgrade guide (#37051) 2025-05-14 15:20:51 +01:00
Radek Simko
49cabb5788
Document \. for regex function (#37014) 2025-05-13 16:33:18 +01:00
Radek Simko
ee3a518fd7
docs/cidrnetmask: Address confusing note about IPv6 (#37029) 2025-05-13 16:32:58 +01:00
Kunal Singh
287cfd1490
Fix punctuation and spelling errors in Basic CLI Features and Command: plan documentation (#32791)
* Update index.mdx

* Update index.mdx

* Update plan.mdx
2025-05-13 15:44:53 +01:00
Robert de Bock
a56264b792
Emphasise "first". (#31653)
From the documentation, I could not make up of only the index of the first occurrence is returned. By some local testing, I've verified this.
2025-05-13 15:02:42 +01:00
Ilgar
92e515b2d0
Fix grammar: change "remains" to "remain" to match plural subject (#36988) 2025-05-07 11:31:06 +00:00
Brian McClain
8e8a2d530a
Add documentation to refactor Terraform state (#36962) 2025-04-30 16:53:30 -04:00
Rose M Koron
f9e2f7cd54
Add provider example to terraform applying (#36965) 2025-04-30 16:02:19 -04:00
Tu Nguyen
1af5cfcd5b update iframe to videoembed 2025-04-29 08:45:51 -07:00
Ravi Prakash Bharti
804e970211
Added Terraform backend implementation for OCI Object Storage (#36872)
* Added Terraform backend implementation for OCI Object Storage

* Update website/docs/language/backend/oci.mdx

updated suggestion

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>

* Update website/docs/language/backend/oci.mdx

Added suggestion

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>

* Update website/docs/language/backend/oci.mdx

added suggestions

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>

* Addressed  feedback for variable prefix, documentation, prepareConfig

* removed additional logs

* Removed md5hash seperate file

* Fix doc

* go.mod

* Added mandatory Unit test for oci backend

* run go mod tidy and added test for TestBackendStateLocksInWS and TestBackendStateForceUnlockInWS

* moved changelog to v1.12.0

* Addressed feedback_April_16 removed global log, Added tests and codeowner

* mod file

* Update CODEOWNERS

Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>

* Addressed feedbach april 17th

* mock env var and unset region for InstancePrincipal

* syncdeps fix

* goimports fix

* Update internal/backend/remote-state/oci/backend_test.go

Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>

---------

Co-authored-by: Sarah French <15078782+SarahFrench@users.noreply.github.com>
Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
2025-04-22 09:38:18 +01:00
Craig Wright
1e4df3e6a6
Merge pull request #36869 from varnav/sc-command-fix
Replace sc with Set-Content
2025-04-10 10:42:21 -07:00
Jared Baker
624f559469
Merge branch 'main' into docs-s3-prefix-fix 2025-04-10 10:28:28 -04:00
Dmitry Uchuvatov
63b862908e
Update sources.mdx (#36873)
Highlighted the syntax example (//) next to the plain-text "A special double-slash syntax" for better visibility
2025-04-10 14:16:13 +01:00
Evgeny Varnavskiy
a5b2d2e8b9 Replace sc with Set-Content 2025-04-09 21:37:37 -04:00
Dominic Breuker
0b13ab3f9a
remove bucket name from s3:prefix condition in IAM policy 2025-04-09 20:27:53 +02:00
Craig Wright
61ab3a1cdd
Fix for #36859 in mocking.mdx
Removing typo per #36859.
2025-04-07 11:02:06 -07:00
Brian McClain
721ab2117f
Remove paragraph that logical operators do not short-circuit for 1.12 (#36840) 2025-04-03 09:52:45 -04:00
Sarah French
196205e4ee
Merge pull request #36581 from xiaozhu36/creds
backend/oss: Supports more standard environment variables to keep same with provider setting
2025-04-03 13:20:19 +01:00
Brian McClain
568a6f9a1e
Consolidate install pages (#36798) 2025-04-02 12:11:02 -04:00
Radek Simko
b46c9d545d
docs: Correct wording in CLI configuration page (#36811) 2025-04-01 12:19:22 +02:00
Sarah French
371e625ea9
Update URLs from www.terraform.io to developer.hashicorp.com (#36792)
* Update URLs from www.terraform.io to developer.hashicorp.com

* More updates to URLs linking to documentation in documentation and user-facing warnings/errors

* More updates to URLs linking to documentation, in docs, code, test fixtures

* Replace www.terraform.io/community with link to Community Forum

* Apply suggestions from code review

Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>

---------

Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
2025-04-01 09:37:12 +01:00
Craig Wright
0962710082
Update lower.mdx
Updating descriptive example.
2025-03-31 11:29:07 -07:00
Craig Wright
3bbd40bbd1
Cleaned up language in locking.mdx 2025-03-27 14:34:57 -07:00