Unable to delete the workspaces with failing to build the workspace [Error: Unsupported Terraform Core version] #16258
Answered
by
matifali
sfarnand-11867562
asked this question in
Workspace Provisioning & Templates
-
Version: After continuing with delete the workspace - failing to delete with Error: Unsupported Terraform Core version. |
Beta Was this translation helpful? Give feedback.
Answered by
matifali
Jan 24, 2025
Replies: 1 comment
-
Each Coder version ships with an updated version of Terraform, and a tight constraint like yours can cause this error. You need to update the version constraint on your template file to be more relaxing. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matifali
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each Coder version ships with an updated version of Terraform, and a tight constraint like yours can cause this error.
You need to update the version constraint on your template file to be more relaxing.
Try using
required_version = "=> 1.8.4"