Skip to content

Commit

Permalink
fix(deps): update terraform ibm to latest for deployable architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Nov 29, 2024
1 parent f213fef commit a077bf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion solutions/code-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ statement instead the previous block.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.70.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.3 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion solutions/code-engine/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "=1.70.0"
version = "1.71.3"
}
}
}
2 changes: 1 addition & 1 deletion solutions/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ statement instead the previous block.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.70.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.3 |

### Modules

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

0 comments on commit a077bf9

Please sign in to comment.