v8.0.0: OpenTofu Support, Format and Validate #155
Closed
rdhar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Highlights
tofu
, while maintaining backwards-compatibility withterraform
.fmt
andvalidate
steps available by default.Added
TVP_CLI_USES=tofu
orTVP_CLI_USES=terraform
for users to choose betweenopentofu/setup-opentofu
orhashicorp/setup-terraform
.TVP_FMT_ENABLE
andTVP_VALIDATE_ENABLE
to toggle TFfmt
andvalidate
commands, respectively.fmt
command as a separate collapsible section in the PR comment.paths: ['**/*.tf*']
toon: pull_request
so that the workflow is only triggered when a PR contains changes to Terraform files.TVP_BACKEND_CONFIG_FROM_WORKSPACE
,TVP_BACKEND_CONFIG_PREFIX
, andTVP_BACKEND_CONFIG_SUFFIX
for consistency withTVP_VAR_FILE_
counterparts.Changed
terraform:
totf:
, and change colour depending ontofu
(#FFDA18) orterraform
(#5C4EE5) usage.Deprecated
CONFIG_TF_
prefixed variables toTVP_
prefix instead, to be consistent with Terraform/OpenTofu-Via-PR (TVP).Secured
peter-evans/find-comment
dependency by replacing withactions/github-script
.xt0rted/pull-request-comment-branch
dependency by replacing withactions/github-script
.myrotvorets/set-commit-status-action
dependency by replacing withactions/github-script
.Commits changelog: v7.1.0...v8.0.0
This discussion was created from the release v8.0.0: OpenTofu Support, Format and Validate.
Beta Was this translation helpful? Give feedback.
All reactions