Skip to content

Commit ed275a9

Browse files
fix(deps): update required_provider to latest for deployable architectures (#631)
1 parent 7b861d7 commit ed275a9

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.77.1"
8+
version = "1.78.0"
99
}
1010
time = {
1111
source = "hashicorp/time"
12-
version = "0.13.0"
12+
version = "0.13.1"
1313
}
1414
random = {
1515
source = "hashicorp/random"

0 commit comments

Comments
 (0)