Skip to content

fix(reconciler): Run `terraform init -backend=false -upgrade`.

What

fix(reconciler): Run terraform init -backend=false -upgrade.

Why

This should fix the current pipeline failure, e.g.:

Error: Failed to query available provider packages

Could not retrieve the list of available versions for provider hashicorp/vault: locked provider registry.terraform.io/hashicorp/vault 4.0.0 does not match configured version constraint 4.1.0; must use terraform init -upgrade to allow selection of new versions

Merge request reports

Loading