Skip to content

Commit 29afa5c

Browse files
chore(deps): update terraform ibm to latest for deployable architectures (#1066)
Co-authored-by: surajsbharadwaj <[email protected]>
1 parent ed69efd commit 29afa5c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

solutions/standard-extend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you do not have a PowerVS infrastructure that is the [Standard Landscape Vari
3636
| Name | Version |
3737
|------|---------|
3838
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
39-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.0 |
39+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.1 |
4040

4141
### Modules
4242

@@ -48,8 +48,8 @@ If you do not have a PowerVS infrastructure that is the [Standard Landscape Vari
4848

4949
| Name | Type |
5050
|------|------|
51-
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.0/docs/data-sources/schematics_output) | data source |
52-
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.0/docs/data-sources/schematics_workspace) | data source |
51+
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.1/docs/data-sources/schematics_output) | data source |
52+
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.1/docs/data-sources/schematics_workspace) | data source |
5353

5454
### Inputs
5555

solutions/standard-extend/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "1.78.0"
10+
version = "1.78.1"
1111
}
1212
}
1313
}

solutions/standard-plus-vsi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example sets up the following infrastructure:
4747
| Name | Version |
4848
|------|---------|
4949
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
50-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.0 |
50+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.1 |
5151

5252
### Modules
5353

@@ -60,7 +60,7 @@ This example sets up the following infrastructure:
6060

6161
| Name | Type |
6262
|------|------|
63-
| [ibm_pi_catalog_images.catalog_images_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.0/docs/data-sources/pi_catalog_images) | data source |
63+
| [ibm_pi_catalog_images.catalog_images_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.1/docs/data-sources/pi_catalog_images) | data source |
6464

6565
### Inputs
6666

solutions/standard-plus-vsi/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "1.78.0"
10+
version = "1.78.1"
1111
}
1212
}
1313
}

solutions/standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example sets up the following infrastructure:
4747
| Name | Version |
4848
|------|---------|
4949
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
50-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.0 |
50+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.1 |
5151

5252
### Modules
5353

solutions/standard/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "1.78.0"
10+
version = "1.78.1"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)