mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
chore: migrated terraformrc to tofurc
details: - https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1347306740 - https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1347357109 - https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1347356063 Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
a8c9f4d930
commit
1add52fd80
4 changed files with 15 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
|||
The `opentofu/setup-opentofu` action sets up OpenTofu CLI in your GitHub Actions workflow by:
|
||||
|
||||
- Downloading the latest version of OpenTofu CLI and adding it to the `PATH`.
|
||||
- Configuring the [CLI configuration file](https://www.terraform.io/docs/commands/cli-config.html) with a Terraform Cloud/Enterprise hostname and API token.
|
||||
- Configuring the [CLI configuration file](https://opentofu.org/docs/cli/config/config-file/) with a Terraform Cloud/Enterprise hostname and API token.
|
||||
- Installing a wrapper script to wrap subsequent calls of the `tofu` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. (This can be optionally skipped if subsequent steps in the same job do not need to access the results of
|
||||
OpenTofu commands.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue