GalleyBytes / terraform-operator

A Kubernetes CRD to handle terraform operations
http://tf.galleybytes.com
Apache License 2.0
366 stars 47 forks source link

Supported terraform version #176

Open sov-msaeed opened 1 month ago

sov-msaeed commented 1 month ago

Hello,

I tried to use terraformVersion: 1.8.3 but i get this error

Failed to pull image "ghcr.io/galleybytes/terraform-operator-tftaskv1.1.1:1.8.3": rpc error: code = NotFound desc = failed to pull and unpack image

only that seems to work is 1.1.1, is this the only version supported ?

isaaguilar commented 1 month ago

I stopped at version 1.5.5 when terraform changed licenses. (I hope someday to find time to try opentofu and continue upgrading that way)

It's not terribly hard to build new task runners, but I did not document it well. Everything I use to build images is here: https://github.com/GalleyBytes/terraform-operator-tasks.

One can build an image, push it to their own repo, and change the images.terraform.image in their config file.