Skip to content

Commit 0ef5641

Browse files
fix(deps): update required_provider to latest for deployable architectures (#535)
1 parent c4bd386 commit 0ef5641

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.75.2"
7+
version = "1.76.1"
88
}
99
time = {
1010
source = "hashicorp/time"
11-
version = "0.12.1"
11+
version = "0.13.0"
1212
}
1313
random = {
1414
source = "hashicorp/random"

0 commit comments

Comments
 (0)