Skip to content

Commit 6fe7c23

Browse files
docs: mention that OpenTofu is the default now (#1751)
* docs: mention that OpenTofu is the default now * Updated `_docs-sources` with this contribution and regenerated output. --------- Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 3c004b9 commit 6fe7c23

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_docs-sources/pipelines/upgrading/upgrading-from-infrastructure-pipelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ By moving these configurations into a central configuration file with improved d
183183

184184
Note that the Pipelines CLI, Terragrunt and OpenTofu/Terraform versions are no longer specified in this file. Instead, they are specified in the `.mise.toml` file, and the [pipelines-workflows](https://github.com/gruntwork-io/pipelines-workflows) repository. This adjustment was made to maximize parity between the versions of tools that you use locally, that your colleagues use on their workstations and the versions of tools that Pipelines uses.
185185

186+
### OpenTofu by default
187+
188+
Gruntwork Pipelines now uses OpenTofu by default. If you wish to use the Terraform binary instead, there is a `tf-binary` configuration value in `.gruntwork/config.yml` that you can update to specify what pipelines will use.
189+
186190
### The `tags.yml` file
187191

188192
Depending on when you configured your `infrastructure-live` repository, you may not have had a `tags.yml` file at the root of your repository and the root of each folder representing each account in your repository.

docs/pipelines/upgrading/upgrading-from-infrastructure-pipelines.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ By moving these configurations into a central configuration file with improved d
183183

184184
Note that the Pipelines CLI, Terragrunt and OpenTofu/Terraform versions are no longer specified in this file. Instead, they are specified in the `.mise.toml` file, and the [pipelines-workflows](https://github.com/gruntwork-io/pipelines-workflows) repository. This adjustment was made to maximize parity between the versions of tools that you use locally, that your colleagues use on their workstations and the versions of tools that Pipelines uses.
185185

186+
### OpenTofu by default
187+
188+
Gruntwork Pipelines now uses OpenTofu by default. If you wish to use the Terraform binary instead, there is a `tf-binary` configuration value in `.gruntwork/config.yml` that you can update to specify what pipelines will use.
189+
186190
### The `tags.yml` file
187191

188192
Depending on when you configured your `infrastructure-live` repository, you may not have had a `tags.yml` file at the root of your repository and the root of each folder representing each account in your repository.
@@ -284,6 +288,6 @@ If you have any questions, or if you have encountered any issues during this mig
284288
<!-- ##DOCS-SOURCER-START
285289
{
286290
"sourcePlugin": "local-copier",
287-
"hash": "2550aaaf752da69cf9bb58140cb2d2e3"
291+
"hash": "797a9db66be3dff877241d6a1dc9d94a"
288292
}
289293
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)