v1.15.2
·
1531 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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