Skip to content

Commit b32e0a7

Browse files
fix(deps): update required_provider to latest for deployable architectures (#491)
1 parent 467313d commit b32e0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/standard/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.69.0"
8+
version = "1.69.2"
99
}
1010
time = {
1111
source = "hashicorp/time"
12-
version = "0.12.0"
12+
version = "0.12.1"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)