File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This solution supports provisioning and configuring the following infrastructure
36
36
| Name | Version |
37
37
| ------| ---------|
38
38
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9.0 |
39
- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.1 |
39
+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.2 |
40
40
| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | 0.13.1 |
41
41
42
42
### Modules
@@ -56,7 +56,7 @@ This solution supports provisioning and configuring the following infrastructure
56
56
57
57
| Name | Type |
58
58
| ------| ------|
59
- | [ ibm_iam_authorization_policy.cos_kms_policy] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.1 /docs/resources/iam_authorization_policy ) | resource |
59
+ | [ ibm_iam_authorization_policy.cos_kms_policy] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.2 /docs/resources/iam_authorization_policy ) | resource |
60
60
| [ time_sleep.wait_for_cross_account_authorization_policy] ( https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep ) | resource |
61
61
62
62
### Inputs
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
# Lock DA into an exact provider version - renovate automation will keep it updated
5
5
ibm = {
6
6
source = " IBM-Cloud/ibm"
7
- version = " 1.78.1 "
7
+ version = " 1.78.2 "
8
8
}
9
9
time = {
10
10
source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments