Skip to content

Commit bf9b3ba

Browse files
Document PIPELINES_FEATURE_EXPERIMENT_USE_MISE_EXEC_TG_WRAPPER (#2907)
1 parent 1fb3a2f commit bf9b3ba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/2.0/reference/pipelines/feature-flags.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,25 @@ Enables Terragrunt features to reduce the potential changes during a run-all. Te
124124
</li>
125125
</ul>
126126

127+
#### `PIPELINES_FEATURE_EXPERIMENT_USE_MISE_EXEC_TG_WRAPPER`
128+
<ul>
129+
<li>
130+
Enables Pipelines to wrap OpenTofu/Terraform execution with `mise exec`. When enabled, individual units can override the default OpenTofu/Terraform version specified in the repository root by including a `mise.toml` or `.mise.toml` configuration file in their directory.
131+
132+
Example `mise.toml` configuration:
133+
```toml
134+
[tools]
135+
opentofu = "1.6.2"
136+
```
137+
</li>
138+
<li>
139+
**Default Value**: Disabled
140+
</li>
141+
<li>
142+
**How to Enable**: Set to `"true"`
143+
</li>
144+
</ul>
145+
127146
## Deprecated Flags
128147

129148
The following flags are valid in Pipelines GitHub v3/GitLab v1 but are deprecated in Pipelines GitHub v4+/GitLab v2+.

0 commit comments

Comments
 (0)