Skip to content

Commit 8f67f6a

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution
1 parent 974d181 commit 8f67f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solutions/fully-configurable/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.80.4"
7+
version = "1.82.1"
88
}
99
restapi = {
1010
source = "Mastercard/restapi"
11-
version = "1.20.0"
11+
version = "2.0.1"
1212
}
1313
time = {
1414
source = "hashicorp/time"

0 commit comments

Comments
 (0)