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
│ Error: "template_type" ("terraform_v1.0") should match regexp ^terraform_v0.(?:11|12|13)(?:.\d+)?$
│
│ with ibm_schematics_workspace.schematics_workspace_instance,
│ on main.tf line 22, in resource "ibm_schematics_workspace" "schematics_workspace_instance":
│ 22: template_type = "terraform_v1.0"
Expected Behavior
The provider should support all versions of Terraform supported by IBM Cloud Schematics at all times, including 1.0 - this hardcoded limitation is overly restrictive.
Actual Behavior
Restricts me to using old versions of Terraform.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
│ Error: "template_type" ("terraform_v1.0") should match regexp ^terraform_v0.(?:11|12|13)(?:.\d+)?$
│
│ with ibm_schematics_workspace.schematics_workspace_instance,
│ on main.tf line 22, in resource "ibm_schematics_workspace" "schematics_workspace_instance":
│ 22: template_type = "terraform_v1.0"
Expected Behavior
The provider should support all versions of Terraform supported by IBM Cloud Schematics at all times, including 1.0 - this hardcoded limitation is overly restrictive.
Actual Behavior
Restricts me to using old versions of Terraform.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: