Run arbitrary OpenTofu commands

Sometime the powerful support for OpenTofu is not enough. Maybe a feature is not supported, or something is so out of the ordinary that access to the underlying tool is required. In those cases one would want to have all the environment, secrets and correct execution in place. For this there is the tofuRun task. Pass the required command-line as the --cmdline parameter and Gradle will set up everything and execute it.

$ ./gradlew tofuRun --cmdline 'force-unlock -force LOCK_ID'