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
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.76.3 |
39+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.77.0 |
4040| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | 0.13.0 |
4141
4242### Modules
@@ -56,7 +56,7 @@ 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.76.3 /docs/resources/iam_authorization_policy ) | resource |
59+ | [ ibm_iam_authorization_policy.cos_kms_policy] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.77.0 /docs/resources/iam_authorization_policy ) | resource |
6060| [ time_sleep.wait_for_cross_account_authorization_policy] ( https://registry.terraform.io/providers/hashicorp/time/0.13.0/docs/resources/sleep ) | resource |
6161
6262### Inputs
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.76.3 "
7+ version = " 1.77.0 "
88 }
99 time = {
1010 source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments