Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit a8ffcd3

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution (#209)
1 parent afee52c commit a8ffcd3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

solutions/agents/version.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ terraform {
55
# Lock DA into an exact provider version - renovate automation will keep it updated
66
ibm = {
77
source = "ibm-cloud/ibm"
8-
version = "1.69.2"
8+
version = "1.70.0"
99
}
1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "2.15.0"
12+
version = "2.16.0"
1313
}
1414
kubernetes = {
1515
source = "hashicorp/kubernetes"
16-
version = "2.32.0"
16+
version = "2.33.0"
1717
}
1818
}
1919
}

solutions/instances/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This solution supports provisioning and configuring the following infrastructure
1818
| Name | Version |
1919
|------|---------|
2020
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
21-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.69.2 |
21+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.70.0 |
2222
| <a name="requirement_time"></a> [time](#requirement\_time) | 0.12.1 |
2323

2424
### Modules
@@ -36,12 +36,12 @@ This solution supports provisioning and configuring the following infrastructure
3636

3737
| Name | Type |
3838
|------|------|
39-
| [ibm_en_subscription_email.email_subscription](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.69.2/docs/resources/en_subscription_email) | resource |
40-
| [ibm_en_topic.en_topic](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.69.2/docs/resources/en_topic) | resource |
39+
| [ibm_en_subscription_email.email_subscription](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.70.0/docs/resources/en_subscription_email) | resource |
40+
| [ibm_en_topic.en_topic](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.70.0/docs/resources/en_topic) | resource |
4141
| [time_sleep.wait_for_scc](https://registry.terraform.io/providers/hashicorp/time/0.12.1/docs/resources/sleep) | resource |
42-
| [ibm_en_destinations.en_destinations](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.69.2/docs/data-sources/en_destinations) | data source |
43-
| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.69.2/docs/data-sources/iam_account_settings) | data source |
44-
| [ibm_resource_group.group](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.69.2/docs/data-sources/resource_group) | data source |
42+
| [ibm_en_destinations.en_destinations](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.70.0/docs/data-sources/en_destinations) | data source |
43+
| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.70.0/docs/data-sources/iam_account_settings) | data source |
44+
| [ibm_resource_group.group](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.70.0/docs/data-sources/resource_group) | data source |
4545

4646
### Inputs
4747

solutions/instances/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.69.2"
7+
version = "1.70.0"
88
}
99
time = {
1010
source = "hashicorp/time"

0 commit comments

Comments
 (0)