Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Terraform v1.6 for Schematics Workspace #5413

Closed
n-kirsch opened this issue Jun 7, 2024 · 0 comments · Fixed by #5415
Closed

Support Terraform v1.6 for Schematics Workspace #5413

n-kirsch opened this issue Jun 7, 2024 · 0 comments · Fixed by #5415
Labels
enhancement service/Schematics Issues related to Schematics

Comments

@n-kirsch
Copy link
Contributor

n-kirsch commented Jun 7, 2024

Community Note

  • 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+)?$ 

Bildschirmfoto vom 2024-06-07 10-16-27

New or Affected Resource(s)

  • ibm_schematics_workspace

Potential Terraform Configuration

resource "ibm_schematics_workspace" "schematics_workspace" {
  name = "workspace"
  description = "description"
  location = "eu-de"
  resource_group = "default"
  template_type = "terraform_v1.6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement service/Schematics Issues related to Schematics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant