You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected that the GHA would use the version of terraform specified in .terraform-version within the slice.
Actual Result
│ Error: Unsupported Terraform Core version
│
│ on _init.tf line 2, in terraform:
│ 2: required_version = "= 0.14.11"
│
│ This configuration does not support Terraform version 1.5.3. To proceed,
│ either choose another supported Terraform version or update this version
│ constraint. Version constraints are normally set for good reason, so
│ updating the constraint may lead to other errors or unexpected behavior.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Result
I expected that the GHA would use the version of terraform specified in
.terraform-version
within the slice.Actual Result
The text was updated successfully, but these errors were encountered: