Closed dms1981 closed 1 year ago
Duplicate of https://github.com/hashicorp/terraform/issues/33977
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
https://github.com/ministryofjustice/modernisation-platform/tree/refactor/data-platform-apps-and-tools-vpc/terraform/environments/data-platform-apps-and-tools
Debug Output
https://gist.github.com/dms1981/1b3adb300817fb7fa8fa67b9f933898b
Expected Behavior
Terraform should complete a
plan
successfully. Running aplan
with the Terraform version pinned to1.5.7
completes successfullyActual Behavior
Terraform crashes.
Steps to Reproduce
Code committed to branch on GitHub. GitHub Action picks up change and runs Terraform through the following approximate steps:
terraform init
terraform workspace select name-of-workspace
terraform plan
Additional Context
As noted, this code is successfully planned and applied with a version constraint of
1.5.7
. A fullTF_LOG=trace
can be supplied on request.References
No response