CircleCI-Public / terraform-orb

Deploy your infrastructure via a CircleCI pipeline using the Terraform orb. Integrate Infrastructure-as-Code (IaC) to help provision and manage any cloud, infrastructure, or service of your choice.
https://circleci.com/orbs/registry/orb/circleci/terraform
MIT License
10 stars 44 forks source link

Please add support for opentofu #108

Open tback opened 2 months ago

tback commented 2 months ago

Is your feature request related to a problem? Please describe. The opentofu manifest lists the reasons for creating opentofu. It'd be great if circleci would support opentofu too.

Describe the solution you'd like It'd be great if this orb would support opentofu. This could be done by renaming to a generic name like infrastructure-automation and giving users a choice which tool to use.

Describe alternatives you've considered Forking the orb and replacing terraform with opentofu would work too.

Workaround for now: Use an executor with a custom build opentofu image where opentofu is aliased to terraform.