Skip to content

Commit 3060d3c

Browse files
fix(deps): update terraform ibm to latest for the deployable architecture solution (#749)
1 parent fddf753 commit 3060d3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.81.1"
7+
version = "1.82.0"
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.81.1"
7+
version = "1.82.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)