-
Notifications
You must be signed in to change notification settings - Fork 53
Remove terraform #3826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove terraform #3826
Conversation
1387fad
to
bf8e62e
Compare
|
Just for understanding, can't we just use the terraform community edition for open source https://developer.hashicorp.com/terraform/intro/terraform-editions#terraform-community-edition |
We may not need it. Looking at the logs of our infrastructure-deployment on slack, we see that terragrunt under the hood uses OpenTofu and not Terraform. So everything just may work without it and any discussions around the BUSL-license are definitively obsolete. |
We have decided due to terraforms BUSL-license to remove its usage whereever avoidable. If something similar is needed, we want to use OpenTofu.
Currently, terragrunt seems to involve already OpenTofu. Consequently terraform is not needed in any shell-environment.
This PR obsoletes #3814.
Apart from the most important change described above, there are some smaller improvements for the documentation.