Skip to content

Commit

Permalink
Fix #4452: Add 1.3 version of terraform to schematics workspace resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and hkantare committed Apr 3, 2023
1 parent 9e6ad56 commit d001ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ func ResourceIBMSchematicsWorkspaceValidator() *validate.ResourceValidator {
Identifier: schematicsWorkspaceTemplateType,
ValidateFunctionIdentifier: validate.ValidateRegexp,
Type: validate.TypeString,
Regexp: `^terraform_v(?:0\.11|0\.12|0\.13|0\.14|0\.15|1\.0|1\.1|1\.2)(?:\.\d+)?$`,
Regexp: `^terraform_v(?:0\.11|0\.12|0\.13|0\.14|0\.15|1\.0|1\.1|1\.2|1\.3)(?:\.\d+)?$`,
Default: "[]",
Optional: true})

Expand Down

0 comments on commit d001ae0

Please sign in to comment.