Use Terraform 1.1.2+ to fix destroy errors
- GET version: 2.6.1
- Cloud Provider: AWS
- Environment configuration: Omnibus 10k from the Quick Start Guide
Ran into a separate issue with Redis that I was attempting to resolve by redeploying, but when attempting to run terraform destroy using version 1.1.0, I received the following error:
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Terraform crashed! This is always indicative of a bug within Terraform.
Please report the crash with Terraform[1] so that we can fix this.
When reporting bugs, please include your terraform version, the stack trace
shown below, and any additional information which may help replicate the issue.
[1]: https://github.com/hashicorp/terraform/issues
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
no expansion has been registered for module.gitlab_ref_arch_aws
Looks related to this issue of theirs and I was able to resolve it by bumping my terraform version to 1.1.2. Raising issue to suggest updating .tool-versions to that version at least, or do we want to jump all the way to 1.3.7?