GalleyBytes / terraform-operator

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

Execute changes starting from terraform 0.15.X #43

Closed den-saw closed 3 years ago

den-saw commented 3 years ago

https://github.com/isaaguilar/terraform-operator/blob/master/docker/terraform/run.sh#L19

terraform init .

should be replaced with terraform init

to let script work with terraform 0.15.X+ so the new image should be rebuilded.

isaaguilar commented 3 years ago

Thanks for adding this issue. New builds for the terraform runners that are >= 0.15.x are coming soon.

isaaguilar commented 3 years ago

Images are up. Thanks for opening up this issue.