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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Since this week, there is a new release for the schematics service to support the Terraform version v1.6.6. However, when I update my workspaces via the provider with the new version, I get the following error. The regex does not allow the new version and therefore the provider does not support the v1.6 yet. A manual update via the CLI worked and the UI also shows the new version.
2024/06/07 07:48:43 Terraform plan | Planning failed. Terraform encountered an error while generating this plan.
2024/06/07 07:48:43 Terraform plan |
2024/06/07 07:48:43 Terraform plan |
2024/06/07 07:48:43 Terraform plan | Error: "template_type" ("terraform_v1.6") should match regexp ^terraform_v(?:0\.11|0\.12|0\.13|0\.14|0\.15|1\.0|1\.1|1\.2|1\.3|1\.4|1\.5)(?:\.\d+)?$
Community Note
Description
Since this week, there is a new release for the schematics service to support the Terraform version v1.6.6. However, when I update my workspaces via the provider with the new version, I get the following error. The regex does not allow the new version and therefore the provider does not support the v1.6 yet. A manual update via the CLI worked and the UI also shows the new version.
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: