Skip to content

Commit 86b0b61

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution (#145)
1 parent 8d6a002 commit 86b0b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/fully-configurable/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.80.3"
7+
version = "1.80.4"
88
}
99
restapi = {
1010
source = "Mastercard/restapi"
1111
version = "1.20.0"
1212
}
1313
time = {
1414
source = "hashicorp/time"
15-
version = ">= 0.9.1, < 1.0.0"
15+
version = ">= 0.13.1, < 1.0.0"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)