Skip to content

Commit c710db3

Browse files
fix(deps): update required_provider to latest for deployable architectures
1 parent 980cfc7 commit c710db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/hpc/version.tf

+3-3
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.77.0"
6+
version = "1.77.1"
77
}
88
null = {
99
source = "hashicorp/null"
10-
version = "3.2.3"
10+
version = "3.2.4"
1111
}
1212
http = {
1313
source = "hashicorp/http"
14-
version = "3.4.5"
14+
version = "3.5.0"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)