Skip to content

Commit 357e28d

Browse files
authored
fix(deps): update DA provider version to 1.78.2 (#990)
1 parent 907019d commit 357e28d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solutions/fully-configurable/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.78.1 |
39+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.2 |
4040
| <a name="requirement_time"></a> [time](#requirement\_time) | 0.13.1 |
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.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 |
6060
| [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

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.78.1"
7+
version = "1.78.2"
88
}
99
time = {
1010
source = "hashicorp/time"

0 commit comments

Comments
 (0)