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 (#733)

Co-authored-by: surajsbharadwaj <[email protected]>
  • Loading branch information
1 parent dcf7b20 commit 7da1366
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.70.1 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.1 |
| <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.70.1"
version = "1.71.1"
}
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.70.1 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.1 |

### Modules

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

| Name | Type |
|------|------|
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.70.1/docs/data-sources/schematics_output) | data source |
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.70.1/docs/data-sources/schematics_workspace) | data source |
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.71.1/docs/data-sources/schematics_output) | data source |
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.71.1/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.70.1"
version = "1.71.1"
}
}
}
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.70.1"
version = "1.71.1"
}
}
}
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.70.1 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.71.1 |

### 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.70.1"
version = ">= 1.71.1"
}
}
}

0 comments on commit 7da1366

Please sign in to comment.