Skip to content

Commit 3934999

Browse files
fix(deps): update terraform ibm to latest for the deployable architecture solution (#774)
1 parent 2e24e10 commit 3934999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.83.1"
7+
version = "1.83.3"
88
}
99
}
1010
}

solutions/security-enforced/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.83.1"
7+
version = "1.83.3"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)