Skip to content

Commit 407feff

Browse files
Update required_provider to latest for deployable architectures (#174)
1 parent 501ac64 commit 407feff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/hpc/version.tf

Lines changed: 3 additions & 3 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"
6+
version = "1.69.2"
77
}
88
null = {
99
source = "hashicorp/null"
10-
version = "3.2.2"
10+
version = "3.2.3"
1111
}
1212
http = {
1313
source = "hashicorp/http"
14-
version = "3.4.3"
14+
version = "3.4.5"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)