We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf076bc commit 30949c4Copy full SHA for 30949c4
tests/resources/version.tf
@@ -2,8 +2,9 @@ terraform {
2
required_version = ">= 1.0.0"
3
required_providers {
4
ibm = {
5
- source = "ibm-cloud/ibm"
6
- version = ">= 1.49.0, < 2.0.0"
+ source = "ibm-cloud/ibm"
+ # lock into 1.75.2 until fix for https://github.com/IBM-Cloud/terraform-provider-ibm/issues/6036 is released
7
+ version = "1.75.2"
8
}
9
10
0 commit comments