Skip to content

Commit 2db1554

Browse files
fix(deps): update required_provider to latest for deployable modules / architectures (#144)
1 parent 8049a6c commit 2db1554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/hpc/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.65.1"
6+
version = "1.66.0"
77
}
88
null = {
99
source = "hashicorp/null"
1010
version = "3.2.2"
1111
}
1212
http = {
1313
source = "hashicorp/http"
14-
version = "3.4.2"
14+
version = "3.4.3"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)