Skip to content

Commit aaeb714

Browse files
fix(deps): update terraform ibm to latest for deployable architectures (#8)
1 parent 2ef548b commit aaeb714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/catalog/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.78.0"
6+
version = "1.78.1"
77
}
88
}
99
}

solutions/vpe-object/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.78.0"
6+
version = "1.78.1"
77
}
88
}
99
}

0 commit comments

Comments
 (0)