Andrei Ciobanu
4adc571c8c
Fix a typo in the external method code snippet ( #2881 )
...
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org >
2025-06-02 15:19:47 +03:00
Ruben Aleman
dfcb220edd
docs: fix headers default value for backend http ( #2864 )
...
Signed-off-by: Ruben Aleman <github@rubenaleman.de >
2025-05-27 11:26:59 +01:00
Andrei Ciobanu
8305bfb2ef
Rename the CLI arg for deprecation outputs/variables ( #2774 )
...
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org >
2025-05-09 14:01:32 +03:00
Andrei Ciobanu
22dc9b2137
Add new CLI arg to control what warnings should be shown for deprecated outputs/variables ( #2705 )
...
Signed-off-by: yottta <andrei.ciobanu@opentofu.org >
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org >
2025-05-08 17:01:40 +03:00
Skyper
26a77c9156
website: mark input passphrase for state encryption as sensitive
...
Signed-off-by: Paul-Emmanuel Raoul <skyper@skyplabs.net >
2025-05-07 16:39:01 -07:00
Andrei Ciobanu
0d3d36778d
Update some names in the encryption docs ( #2762 )
...
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org >
2025-05-07 16:06:22 +03:00
Oleksandr Levchenkov
89296b438a
add explanation of supported commands for deprecation warnings ( #2737 )
...
Signed-off-by: ollevche <ollevche@gmail.com >
2025-05-02 11:31:03 +03:00
Andrei Ciobanu
3c51831e5c
Enhance removed block with lifecycle and provisioner functionalities ( #2628 )
...
Signed-off-by: yottta <andrei.ciobanu@opentofu.org >
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org >
2025-04-25 06:29:42 -04:00
Oleksandr Levchenkov
8589d20d50
add website docs for deprecation attrs ( #2706 )
...
Signed-off-by: ollevche <ollevche@gmail.com >
2025-04-25 12:26:40 +03:00
Christian Mesh
5e714bc315
Add warning for sensitive state outputs in terraform_remote_state ( #2697 )
...
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
2025-04-24 07:55:53 -04:00
Martin Atkins
1421849989
website: Documentation for module packages in OCI repositories
...
This is a first draft of documentation describing our new capability to
treat artifacts in OCI Distribution repositories as a new kind of remote
module package.
This documentation includes both some caller-focused documentation that
extends our existing "Module Sources" page, and some documentation intended
more for the author of a module package describing how they could publish
their package as an OCI artifact that OpenTofu will accept.
As usual, we'll continue to refine this documentation based on feedback
during the prerelease period and beyond.
Signed-off-by: Martin Atkins <mart@degeneration.co.uk >
2025-04-21 10:11:44 -07:00
Taliesin Sisson
690a38dd69
Make table name and index name a config value for PG backend ( #2465 )
...
Signed-off-by: Taliesin Sisson <taliesins@yahoo.com >
2025-04-09 17:21:25 -04:00
Andrei Ciobanu
eba25e2fed
Add the initial implementation for s3 locking ( #2521 )
...
Signed-off-by: yottta <andrei.ciobanu@opentofu.org >
2025-02-25 14:17:30 +02:00
Alexander Scheel
c66319a56b
Remove experimental marker from OpenBao transit ( #2536 )
...
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com >
2025-02-21 10:00:13 -05:00
Ilia Gogotchuri
ec4e0cf0e2
Migration of null resource to terraform data ( #2481 )
...
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com >
2025-02-06 17:45:00 +04:00
Thomas de Lachaux
897f9ebf06
fix(docs): correct custom example typo ( #2485 )
...
Signed-off-by: Thomas de Lachaux <21559770+ThomasLachaux@users.noreply.github.com >
2025-02-06 09:32:20 +01:00
Ilia Gogotchuri
5968e195b0
Moved for different types ( #2370 )
...
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com >
Co-authored-by: Christian Mesh <christianmesh1@gmail.com >
2025-02-05 15:14:19 +04:00
AbstractionFactory
60fdd359d5
Fixes #2337 : External encryption method ( #2367 )
...
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com >
2025-01-31 12:13:18 -05:00
Oleksandr Levchenkov
2a4d81042b
make pg backend acquire schema-based global locks ( #2411 )
...
Signed-off-by: ollevche <ollevche@gmail.com >
2025-01-31 14:21:36 +02:00
Ludovico Magnocavallo
e7f130a490
Add example on supporting both OpenTofu and Terraform versions to version-constraints.mdx ( #2302 )
...
Signed-off-by: Ludovico Magnocavallo <ludo@qix.it >
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com >
2025-01-24 12:48:11 -05:00
AbstractionFactory
174f1d5784
Fixed broken links in encryption docs ( #2366 )
...
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com >
2025-01-13 16:00:48 +01:00
AbstractionFactory
b036e534b2
Fixing incorrect keyprovider-external.tofu ( #2365 )
...
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com >
2025-01-13 15:53:05 +01:00
AbstractionFactory
5a6d2d3e98
Fixes #2022 : Running external commands as a key provider ( #2023 )
...
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com >
Signed-off-by: ollevche <ollevche@gmail.com >
Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com >
2025-01-08 12:08:30 -05:00
Ilia Gogotchuri
2d9cef1f55
Functions: decode_tfvars, encode_tfvars, encode_expr on bult-in provider for compatibility ( #2306 )
...
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com >
Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com >
2024-12-25 13:21:59 +04:00
Ilia Gogotchuri
ffa43acfcd
Azurerm backend timeout ( #2263 )
...
adds a timeout_seconds configuration variable with a default value to the AzureRM backend
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com >
2024-12-06 17:32:23 +04:00
Martin Atkins
c453eb6a3b
website: Initial documentation updates for dynamic provider instances ( #2138 )
...
Signed-off-by: Martin Atkins <mart@degeneration.co.uk >
2024-12-05 07:46:02 -05:00
Christian Mesh
f6a1d8e2dd
Support References in Variable Validation ( #2216 )
...
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
2024-12-04 14:24:44 -05:00
Arel Rabinowitz
3d4bf29c56
Add exclude flag support ( #1900 )
...
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com >
2024-11-05 10:16:00 -05:00
AbstractionFactory
9d842aa920
Fixes #1605 : Customizable metadata key on encryption key providers ( #2080 )
...
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com >
2024-10-30 19:52:23 +01:00
Alejandro Sajaroff
ffeb707b44
Adding documentation for HTTP backend user-defined headers ( #2020 )
...
Signed-off-by: Alejandro Sajaroff <29068982+asajaroff@users.noreply.github.com >
2024-09-27 10:41:44 +02:00
Oleksandr Levchenkov
74cad3a2f3
fix typo in import docs ( #1970 )
...
Signed-off-by: ollevche <ollevche@gmail.com >
2024-09-06 09:47:02 -04:00
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
Syasusu
8c0d89bec0
fix inconsistent sidebar title of functions ( #1906 )
...
Signed-off-by: Syasusu <syasusu@163.com >
2024-08-12 16:23:54 +02:00
may every hack help
9198166771
Fix Docusaurus "broken link" warnings on main branch of docs ( #1884 )
...
Signed-off-by: Tom Spurling <tom@tspurling.co.uk >
Co-authored-by: Tom Spurling <tom@tspurling.co.uk >
2024-08-05 07:24:11 -04:00
Oleksandr Levchenkov
d65fb742be
add clarification on remote vs remote state backends ( #1851 )
...
Signed-off-by: ollevche <ollevche@gmail.com >
Signed-off-by: Oleksandr Levchenkov <ollevche@gmail.com >
Co-authored-by: Christian Mesh <christianmesh1@gmail.com >
Co-authored-by: Janos <86970079+janosdebugs@users.noreply.github.com >
2024-07-30 10:22:10 +03:00
Andrew Hayes
d2b603c8b2
Fixes some of the links for the TACOS docs ( #1862 )
...
Signed-off-by: Andrew Hayes <andrew.hayes@harness.io >
2024-07-29 10:06:30 +01:00
Christian Mesh
3b3822d770
Improve documentation around static evaluation ( #1843 )
...
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Signed-off-by: ollevche <ollevche@gmail.com >
Co-authored-by: ollevche <ollevche@gmail.com >
2024-07-23 09:31:50 -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
Oleksandr Levchenkov
19b5287b8f
allow static evaluations in encryption configuration ( #1728 )
...
Signed-off-by: ollevche <ollevche@gmail.com >
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Signed-off-by: Oleksandr Levchenkov <ollevche@gmail.com >
Co-authored-by: Christian Mesh <christianmesh1@gmail.com >
2024-06-24 10:18:16 -04:00
Christian Mesh
8f8e0aa4aa
Static Evaluation Base, Module Sources, Backend Config ( #1718 )
...
Signed-off-by: Christian Mesh <christianmesh1@gmail.com >
Signed-off-by: Christian Mesh <cristianmesh1@gmail.com >
Co-authored-by: James Humphries <James@james-humphries.co.uk >
Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com >
2024-06-24 09:13:07 -04:00
Arel Rabinowitz
927d1a5759
Remove use_legacy_workflow from the S3 backend configuration ( #1730 )
...
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com >
2024-06-17 13:33:10 -04:00
Janos
27ed1d8dcd
Fixes #1644 : Incorrect encryption env config documentation ( #1670 )
...
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com >
2024-05-22 19:52:52 +02:00
Wei
542ad1b29c
docs: broken link ( #1659 )
...
Signed-off-by: Wei Hong <zxc37984@gmail.com >
2024-05-20 11:15:44 -04:00
Wei
4aa964e256
typo: language settings backends configuration typo ( #1637 )
...
Signed-off-by: Wei Hong <zxc37984@gmail.com >
2024-05-10 09:12:26 +02:00
Oleksandr Levchenkov
adcdec9525
Update textencodebase64 and textdecodebase64 documentation ( #1634 )
...
Signed-off-by: Alexis Saettler <alexis@saettler.org >
Co-authored-by: Alexis Saettler <alexis@saettler.org >
2024-05-09 06:41:23 -04:00
Siddhartha Sonker
1067320b11
Fixed broken link in State and Plan Encryption documentation ( #1597 )
...
Signed-off-by: siddharthasonker95 <158144589+siddharthasonker95@users.noreply.github.com >
2024-05-03 16:00:10 +02:00
chenzj
267fbb17a0
Rewrite outdated doc of function call with sensitive data ( #1486 )
...
Signed-off-by: Zejun Chen <tibazq@gmail.com >
2024-04-30 06:24:48 -04:00
Janos
aea329deed
Docs cleanup before 1.7 release ( #1573 )
...
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com >
2024-04-30 11:55:47 +02:00
Janos
4abe323003
Missed links from link rewrite ( #1543 )
...
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com >
2024-04-24 13:46:37 +02:00