Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
}
]
},
"terraform_version": "1.10.5",
"terraform_version": "1.12.2"
"ignore_readme": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

// Define a struct with fields that match the structure of the YAML data
const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
const terraformVersion = "terraform_v1.10" // This should match the version in the ibm_catalog.json
const terraformVersion = "terraform_v1.12.2" // This should match the version in the ibm_catalog.json

var permanentResources map[string]interface{}

Expand Down