Skip to content

Commit 3a2d0bd

Browse files
fix(deps): update terraform ibm to latest for the deployable architecture solution (#910)
1 parent ec66e8c commit 3a2d0bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

solutions/cross-regional-bucket/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.79.2"
8+
version = "1.80.0"
99
}
1010
time = {
1111
source = "hashicorp/time"

solutions/instance/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.79.2"
8+
version = "1.80.0"
99
}
1010
time = {
1111
source = "hashicorp/time"

solutions/regional-bucket/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.79.2"
8+
version = "1.80.0"
99
}
1010
time = {
1111
source = "hashicorp/time"

0 commit comments

Comments
 (0)