Skip to content

Support `TF_INIT_NO_RECONFIGURE` variable

Timo Furrer requested to merge init-flags-default into master

This change is mainly to support Terraform Cloud and other use cases which don't support a terraform init -reconfigure.

This is achieved with a new optional TF_INIT_NO_RECONFIGURE environment variable which can be set to true which prevents a -reconfigure to be added to the terraform init command.

This change is backwards-compatible.

Closes: #65 (closed) #79 (closed) #14 (closed)

Edited by Timo Furrer

Merge request reports

Loading