Skip to content

Commit 605c1e3

Browse files
fix(deps): update required_provider to latest for deployable architectures (#619)
1 parent 7f4dc97 commit 605c1e3

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,15 +5,15 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.77.0"
8+
version = "1.77.1"
99
}
1010
time = {
1111
source = "hashicorp/time"
1212
version = "0.13.0"
1313
}
1414
random = {
1515
source = "hashicorp/random"
16-
version = "3.7.1"
16+
version = "3.7.2"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)