File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ This solution supports provisioning and configuring the following infrastructure
3636| Name | Version |
3737| ------| ---------|
3838| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9.0 |
39- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.77.1 |
40- | <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | 0.13.0 |
39+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.0 |
40+ | <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | 0.13.1 |
4141
4242### Modules
4343
@@ -56,8 +56,8 @@ This solution supports provisioning and configuring the following infrastructure
5656
5757| Name | Type |
5858| ------| ------|
59- | [ ibm_iam_authorization_policy.cos_kms_policy] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.77.1 /docs/resources/iam_authorization_policy ) | resource |
60- | [ time_sleep.wait_for_cross_account_authorization_policy] ( https://registry.terraform.io/providers/hashicorp/time/0.13.0 /docs/resources/sleep ) | resource |
59+ | [ ibm_iam_authorization_policy.cos_kms_policy] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.0 /docs/resources/iam_authorization_policy ) | resource |
60+ | [ time_sleep.wait_for_cross_account_authorization_policy] ( https://registry.terraform.io/providers/hashicorp/time/0.13.1 /docs/resources/sleep ) | resource |
6161
6262### Inputs
6363
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ terraform {
44 # Lock DA into an exact provider version - renovate automation will keep it updated
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.77.1 "
7+ version = " 1.78.0 "
88 }
99 time = {
1010 source = " hashicorp/time"
11- version = " 0.13.0 "
11+ version = " 0.13.1 "
1212 }
1313 }
1414}
You can’t perform that action at this time.
0 commit comments