GalleyBytes / terraform-operator

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

Create a supported versions list #12

Closed isaaguilar closed 3 years ago

isaaguilar commented 3 years ago

Hello @isaaguilar and kudos for this nice project!

This project supports >= 0.11.9 (or something like that)

This is an information I failed to find. I must be missing something here since it is possible to specify the Terraform version in the CRD (https://github.com/isaaguilar/terraform-operator/blob/master/deploy/crds/tf.isaaguilar.com_terraforms_crd.yaml#L333).

Edit: ok, just found out you are building tf runners by iterating on available HashiCorp's Terraform image tags (https://github.com/isaaguilar/terraform-operator/blob/master/docker/terraform/build.sh#L11)

Originally posted by @asaintsever in https://github.com/isaaguilar/terraform-operator/issues/3#issuecomment-777586450