Skip to content

Commit f12d4e9

Browse files
authoredMar 15, 2025··
fix(deps): update required_provider to latest for the deployable architecture solution (#305)
1 parent 1342424 commit f12d4e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎solutions/standard/version.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.76.0"
7+
version = "1.76.1"
88
}
99
time = {
1010
source = "hashicorp/time"
11-
version = "0.12.1"
11+
version = "0.13.0"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)
Please sign in to comment.