Skip to content

Commit

Permalink
chore(deps): update terraform ibm to latest for deployable architectu…
Browse files Browse the repository at this point in the history
…res (#756)

* chore(deps): update terraform ibm to latest for deployable architectures

* chore: update readme

* chore: update readme with pre-commits

---------

Co-authored-by: surajsbharadwaj <[email protected]>
Co-authored-by: surajsbharadwaj <[email protected]>
  • Loading branch information
3 people authored Dec 30, 2024
1 parent 7f2162f commit db620e6
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion solutions/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The end-to-end solution automates the following tasks:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.3 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.72.2 |
| <a name="requirement_time"></a> [time](#requirement\_time) | 0.12.1 |

### Modules
Expand Down
2 changes: 1 addition & 1 deletion solutions/e2e/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.71.3"
version = "1.72.2"
}
time = {
source = "hashicorp/time"
Expand Down
6 changes: 3 additions & 3 deletions solutions/ibm-catalog/sap-ready-to-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.3 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.72.2 |

### Modules

Expand All @@ -56,8 +56,8 @@

| Name | Type |
|------|------|
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.71.3/docs/data-sources/schematics_output) | data source |
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.71.3/docs/data-sources/schematics_workspace) | data source |
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.72.2/docs/data-sources/schematics_output) | data source |
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.72.2/docs/data-sources/schematics_workspace) | data source |

### Inputs

Expand Down
2 changes: 1 addition & 1 deletion solutions/ibm-catalog/sap-ready-to-go/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.71.3"
version = "1.72.2"
}
}
}
35 changes: 18 additions & 17 deletions solutions/ibm-catalog/sap-s4hana-bw4hana/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion solutions/ibm-catalog/sap-s4hana-bw4hana/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.71.3"
version = "1.72.2"
}
}
}
2 changes: 1 addition & 1 deletion solutions/sap-ready-to-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The 'sap-ready-to-go' solution automates the following tasks:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | = 1.71.3 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.72.2 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion solutions/sap-ready-to-go/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "= 1.71.3"
version = "1.72.2"
}
}
}

0 comments on commit db620e6

Please sign in to comment.