Skip to content

Commit 6d92291

Browse files
fix(deps): update required_provider to latest for deployable architectures (#378)
Co-authored-by: Akash Kumar <[email protected]>
1 parent 1d9e7ce commit 6d92291

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solutions/enterprise/version.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.76.0"
6+
version = "1.76.1"
77
}
88
time = {
99
source = "hashicorp/time"
10-
version = "0.12.1"
10+
version = "0.13.0"
1111
}
1212
}
1313
}

solutions/quickstart/version.tf

+1-1
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.76.0"
6+
version = "1.76.1"
77
}
88
}
99
}

0 commit comments

Comments
 (0)