Skip to content

Commit c115a86

Browse files
fix(deps): update required_provider to latest for deployable architectures (#592)
1 parent 28778cf commit c115a86

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

0 commit comments

Comments
 (0)