Closed daniel-ciaglia closed 1 month ago
Hi @daniel-ciaglia, would you like to contribute this change?
Yes, hence the PR ;-)
This change would be considered a breaking change and thus nothing that we can accept, but you can add this functionality by adding the option to the CRD.
Yeah, I understand that. I will see to extend the PR to include the mentioned CRD change. Thanks for checking so far ;-)
Closing for now
During the turmoil around Hashicorp's aws provider
v5.71.0
we came up with the idea of pinning the provider via.terraform.lock.hcl
which we injected through theFileMappings
feature of tofu-controller. Sadly this approach was sabotaged by this little boolean.The boolean is equivalent to
terraform init -upgrade
For us, as we do NOT usually ship
.terraform.lock.hcl
, this flag is not important and we would prefer it to be false.Ideally this flag should be configurable but it requires a change in the
kind:Terraform
CRD.