Skip to content

Commit 1c4a68d

Browse files
fix(deps): update required_provider to latest for deployable architectures (#377)
1 parent 118883d commit 1c4a68d

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
@@ -4,11 +4,11 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.77.1"
7+
version = "1.78.0"
88
}
99
time = {
1010
source = "hashicorp/time"
11-
version = "0.13.0"
11+
version = "0.13.1"
1212
}
1313
random = {
1414
source = "hashicorp/random"

0 commit comments

Comments
 (0)