Skip to content

Commit a496736

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution (#870)
1 parent f2a4e13 commit a496736

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

solutions/instance/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.77.1"
8+
version = "1.78.0"
99
}
1010
time = {
1111
source = "hashicorp/time"
12-
version = "0.13.0"
12+
version = "0.13.1"
1313
}
1414
}
1515
}

solutions/secure-cross-regional-bucket/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.77.1"
8+
version = "1.78.0"
99
}
1010
time = {
1111
source = "hashicorp/time"
12-
version = "0.13.0"
12+
version = "0.13.1"
1313
}
1414
}
1515
}

solutions/secure-regional-bucket/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.77.1"
8+
version = "1.78.0"
99
}
1010
time = {
1111
source = "hashicorp/time"
12-
version = "0.13.0"
12+
version = "0.13.1"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)