Skip to content

v1.15.2

Latest
Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 20 Jan 08:21
· 7 commits to main since this release
v1.15.2
98cdb15

Issues | Pull Requests | v1.15.1...v1.15.2 | Base revision

Features

#2248 Support debug mode

You can now output debug log by setting the environment variable TFACTION_DEBUG to true.

env:
  TFACTION_DEBUG: "true"

#2256 setup: Run $terraform_command providers for troubleshooting

Sometimes the output of terraform providers (or tofu providers) is useful to look into provider's version constraint.

In that case, you can now see it in the log of setup action.

e.g.

Run "$TF" providers

Providers required by configuration:
.
└── provider[registry.terraform.io/hashicorp/null] 3.2.3