Skip to content

Commit 461165d

Browse files
fix(deps): update required_provider to latest for deployable architectures (#980)
1 parent 8030cd6 commit 461165d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

solutions/fully-configurable/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

solutions/fully-configurable/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)