We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recink-terraform
I am facing issue related to terraform versioning during tf script execution by our recink terraform component
Please follow the steps to reproduce the issue:
terraform apply
terraform destroy
.recink.yml
recink run terraform
As a result apply action failed with the following error:
Error: Terraform doesn't allow running any operations against a state - that was written by a future Terraform version.
I was required to remove bin files to succeed with recink run terraform apply: true
recink run terraform apply: true
The text was updated successfully, but these errors were encountered:
ddimitrioglo
No branches or pull requests
I am facing issue related to terraform versioning during tf script execution by our recink terraform component
Please follow the steps to reproduce the issue:
terraform apply
with the latest version of terraform (0.11.1) to generate state fileterraform destroy
.recink.yml
and define terraform component and modulerecink run terraform
As a result apply action failed with the following error:
I was required to remove bin files to succeed with
recink run terraform apply: true
The text was updated successfully, but these errors were encountered: