Skip to content

Commit e76b093

Browse files
fix(deps): update required_provider to latest for deployable architectures
1 parent 33226b9 commit e76b093

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

solutions/deploy/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ You need the following permissions to run this module:
102102
| Name | Version |
103103
|------|---------|
104104
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
105-
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 2.3.4 |
106-
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.8.0, <3.0.0 |
107-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.3 |
105+
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 2.3.5 |
106+
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.17.0, < 3.0.0 |
107+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.0 |
108108
| <a name="requirement_shell"></a> [shell](#requirement\_shell) | 1.7.10 |
109109

110110
### Modules
@@ -121,11 +121,11 @@ You need the following permissions to run this module:
121121

122122
| Name | Type |
123123
|------|------|
124-
| [ibm_container_addons.odf_cluster_addon](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/resources/container_addons) | resource |
124+
| [ibm_container_addons.odf_cluster_addon](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/resources/container_addons) | resource |
125125
| [external_external.schematics](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external) | data source |
126-
| [ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/container_cluster_config) | data source |
127-
| [ibm_container_vpc_cluster.cluster_info](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/container_vpc_cluster) | data source |
128-
| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/iam_auth_token) | data source |
126+
| [ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/data-sources/container_cluster_config) | data source |
127+
| [ibm_container_vpc_cluster.cluster_info](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/data-sources/container_vpc_cluster) | data source |
128+
| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/data-sources/iam_auth_token) | data source |
129129

130130
### Inputs
131131

solutions/deploy/cloud-pak-deployer/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
helm = {
55
source = "hashicorp/helm"
6-
version = ">= 2.8.0, <3.0.0"
6+
version = ">= 2.17.0, < 3.0.0"
77
}
88
}
99
}

solutions/deploy/cpd-image-build/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "ibm-cloud/ibm"
6-
version = "1.71.3"
6+
version = "1.78.0"
77
}
88
random = {
99
source = "hashicorp/random"
10-
version = ">= 3.4.3, < 4.0.0"
10+
version = ">= 3.7.2, < 4.0.0"
1111
}
1212
shell = {
1313
source = "scottwinkler/shell"

solutions/deploy/version.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "ibm-cloud/ibm"
6-
version = "1.71.3"
6+
version = "1.78.0"
77
}
88
external = {
99
source = "hashicorp/external"
10-
version = ">= 2.3.4"
10+
version = ">= 2.3.5"
1111
}
1212
helm = {
1313
source = "hashicorp/helm"
14-
version = ">= 2.8.0, <3.0.0"
14+
version = ">= 2.17.0, < 3.0.0"
1515
}
1616
shell = {
1717
source = "scottwinkler/shell"

0 commit comments

Comments
 (0)