Nathan Baulch
ea558d9d4b
Fix typos ( #1905 )
...
Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com >
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Co-authored-by: Christian Mesh <christianmesh1@gmail.com >
2024-08-29 13:20:33 -04:00
Andrew Hayes
520165c089
Adds TACOS page to docs and links to it from all mentionds of TACOS ( #1836 )
...
Signed-off-by: Andrew Hayes <andrew.hayes@harness.io >
2024-07-23 09:55:58 +01:00
Ronny Orot
faf9f6aedc
Add documentation about the new .tofu extension ( #1841 )
...
Signed-off-by: Ronny Orot <ronny.orot@gmail.com >
2024-07-22 18:35:59 +03:00
Janos
a15a6c9657
Versioned docs: replacing docs links with relative variants ( #1537 )
...
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com >
Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com >
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com >
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com >
Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com >
2024-04-24 13:24:30 +02:00
Christian Mesh
b186fd3912
Docs update, remove additional terraform references ( #1046 )
...
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Co-authored-by: Janos <86970079+janosdebugs@users.noreply.github.com >
2023-12-21 08:58:23 -05:00
Christian Mesh
abd324ea7c
Revert "Fixes #898 : Replace hashicorp and terraform references" ( #995 )
2023-12-11 15:10:03 -05:00
Janos
15bef1428a
Fixes #898 : Replace hashicorp and terraform references ( #973 )
...
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com >
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Co-authored-by: Christian Mesh <christianmesh1@gmail.com >
2023-12-08 08:03:09 -05:00
RLRabinowitz
1b9148a3de
Remove Terraform mentions in docs in the codebase ( #713 )
2023-10-12 12:11:01 +01:00
Julien Levasseur
4c0bda5386
Rename website to OpenTofu ( #516 )
...
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com >
Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com >
2023-09-21 10:57:47 +01:00
Damian Stasik
072d1dce56
Clean up frontmatter sections in the docs ( #421 )
2023-09-15 16:03:23 +02:00
Roman Grinovski
a4f9c63288
Change docs links: /opentf-> /docs ( #367 )
...
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com >
2023-09-15 14:10:27 +02:00
Marcin Białoń
43b8029a1e
Fix issues website/docs/language ( #244 )
...
Signed-off-by: Marcin Białoń <mbialon@spacelift.io >
2023-08-31 11:08:59 +02:00
Marcin Białoń
9387ddb23f
Update website/docs/language/files ( #226 )
...
Signed-off-by: Marcin Białoń <mbialon@spacelift.io >
2023-08-29 23:27:13 +02:00
Will Faught
bddd348d74
Remove incorrect space
2023-04-20 20:30:05 -07:00
Ashlee Boyer
32f7b8ebd0
Migrating links to new format
2023-02-23 12:55:56 -05:00
Bryce Kalow
b54017ef83
website: content updates for developer ( #31779 )
...
Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com >
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com >
Co-authored-by: Kevin Wang <kwangsan@gmail.com >
Co-authored-by: Judith Malnick <judith@hashicorp.com >
Co-authored-by: Martin Atkins <mart@degeneration.co.uk >
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com >
2022-09-15 15:54:13 -05:00
Dan Slimmon
1f6d986595
Include something about how state is checked
2022-05-02 09:57:25 +00:00
GoodmanBen
659fb09fc1
fix: cleaner syntax
2022-03-15 16:36:04 -04:00
GoodmanBen
e9043cdcad
fix: suggested changes
2022-03-14 19:03:53 -04:00
GoodmanBen
478b4e0aea
fix: tighten behavior description
2022-03-10 19:01:58 -05:00
GoodmanBen
32d9aa0ffd
build: updated documentation reflecting cloud backend override functionality
2022-03-10 18:56:58 -05:00
Martin Atkins
23395a1022
providercache: Discard lock entries for unused providers
...
Previously we would only ever add new lock entries or update existing
ones. However, it's possible that over time a module may _cease_ using
a particular provider, at which point we ought to remove it from the lock
file so that operations won't fail when seeing that the provider cache
directory is inconsistent with the lock file.
Now the provider installer (EnsureProviderVersions) will remove any lock
file entries that relate to providers not included in the given
requirements, which therefore makes the resulting lock file properly match
the set of packages the installer wrote into the cache.
This does potentially mean that someone could inadvertently defeat the
lock by removing a provider dependency, running "terraform init", then
undoing that removal, and finally running "terraform init" again. However,
that seems relatively unlikely compared to the likelihood of removing
a provider and keeping it removed, and in the event it _did_ happen the
changes to the lock entry for that provider would be visible in the diff
of the provider lock file as usual, and so could be noticed in code
review just as for any other change to dependencies.
2021-12-17 15:30:21 -08:00
Dylan Staley
21cbb5b392
migrate docs to mdx
2021-12-14 18:41:17 -08:00
Dylan Staley
0e48f58688
Revert "migrate docs to mdx"
...
This reverts commit 3cb12b5a52 .
2021-11-22 15:57:25 -08:00
Dylan Staley
3cb12b5a52
migrate docs to mdx
2021-11-22 15:47:36 -08:00
Laura Pacilio
a780f625e9
Fix metadata description format on all pages
2021-07-19 12:11:10 -04:00
Laura Pacilio
bc9065334e
Update description metadata per PR feedback
2021-07-14 16:54:26 -04:00
Laura Pacilio
f6b500379d
Update description metadata to include Terraform key word
2021-07-07 14:42:30 -04:00
Laura Pacilio
ab06843f1d
Add description metadata to files and directories
2021-07-07 14:42:30 -04:00
Nick Fagerlund
7a8dd326c6
website: Language: Update links to moved pages
2021-01-22 12:22:21 -08:00
Nick Fagerlund
78dcc8dc1b
website: Language: Move files to match new URL structure
2021-01-22 12:22:21 -08:00