Skip to content

Commit b9e5f44

Browse files
fix(deps): update required_provider to latest for deployable architectures
1 parent 5eb0682 commit b9e5f44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

solutions/deploy/cloud-pak-deployer/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
helm = {
55
source = "hashicorp/helm"
6-
version = ">= 2.8.0, <3.0.0"
6+
version = ">= 2.17.0, < 3.0.0"
77
}
88
}
99
}

solutions/deploy/cpd-image-build/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = ">= 1.68.1, < 2.0.0"
6+
version = ">= 1.76.3, < 2.0.0"
77
}
88
random = {
99
source = "hashicorp/random"
10-
version = ">= 3.4.3, < 4.0.0"
10+
version = ">= 3.7.1, < 4.0.0"
1111
}
1212
shell = {
1313
source = "scottwinkler/shell"

solutions/deploy/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = ">= 1.66.0, < 2.0.0"
6+
version = ">= 1.76.3, < 2.0.0"
77
}
88
external = {
99
source = "hashicorp/external"
1010
version = ">= 2.3.4"
1111
}
1212
helm = {
1313
source = "hashicorp/helm"
14-
version = ">= 2.8.0, <3.0.0"
14+
version = ">= 2.17.0, < 3.0.0"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)