Skip to content

Commit

Permalink
switch hardcoded value to false (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ciaglia authored Oct 15, 2024
1 parent d42b58f commit a0c38de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/tf_controller_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ terraform {

initRequest := &runner.InitRequest{
TfInstance: tfInstance,
Upgrade: true,
Upgrade: false, // ToDo: this should be configurable
ForceCopy: true,
// Terraform: terraformBytes,
}
Expand Down

0 comments on commit a0c38de

Please sign in to comment.