CI currently runs terraform via hashicorp/setup-terraform (~1.9) while local development uses OpenTofu (tofu), so the two toolchains can drift. Switch the workflows to opentofu/setup-opentofu and tofu commands across all provisioning, verification, drift-detection, and teardown workflows, keeping the version pin and wrapper: false behavior equivalent.
CI currently runs
terraformviahashicorp/setup-terraform(~1.9) while local development uses OpenTofu (tofu), so the two toolchains can drift. Switch the workflows toopentofu/setup-opentofuandtofucommands across all provisioning, verification, drift-detection, and teardown workflows, keeping the version pin andwrapper: falsebehavior equivalent.