Is your feature request related to a problem? Please describe.
My problem is that Terragrunt makes it 'hard' to enforce the usage of Terraform.
If openTofu is on the path, terragrunt defaults to use openTofu.
Describe the solution you'd like
We love TofuUtils because of the 'system agnostic' way it works. To make our build processes exactly the same everywhere would would like to have a command that allows us to 'remove' the selected version of OT.
Describe alternatives you've considered
We can update our builds to search to see if OT is installed and 'rm' it but we like the abstraction that TofuUtils provides us.
We are also trying to convince Terragrunt to enable a global config file or a system agnostic way to "set provider = terraform" and not have to provide a parameter or a env var
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
My problem is that Terragrunt makes it 'hard' to enforce the usage of Terraform.
If openTofu is on the path, terragrunt defaults to use openTofu.
Describe the solution you'd like
We love TofuUtils because of the 'system agnostic' way it works. To make our build processes exactly the same everywhere would would like to have a command that allows us to 'remove' the selected version of OT.
Describe alternatives you've considered
We can update our builds to search to see if OT is installed and 'rm' it but we like the abstraction that TofuUtils provides us.
We are also trying to convince Terragrunt to enable a global config file or a system agnostic way to "set provider = terraform" and not have to provide a parameter or a env var
Additional context
Add any other context or screenshots about the feature request here.