Skip to content

Commit

Permalink
fix(deps): updated required ibm provider version to `>=1.61.0, <2.0.0…
Browse files Browse the repository at this point in the history
…` to pickup fix for known [provider issue](IBM-Cloud/terraform-provider-ibm#4988) (#474)
  • Loading branch information
Aayush-Abhyarthi committed Jan 11, 2024
1 parent 4eb433d commit c2b4cfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You need the following permissions to run this module.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3, <1.6.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.58.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.61.0, <2.0.0 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
ibm = {
source = "IBM-Cloud/ibm"
# pin above lowest vesion, required for postgresql and IAM auth policy
version = ">= 1.54.0"
version = ">=1.61.0, <2.0.0"
}
time = {
source = "hashicorp/time"
Expand Down
2 changes: 1 addition & 1 deletion examples/every-mt-vpe/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
ibm = {
source = "IBM-Cloud/ibm"
# pin above lowest vesion, required for postgresql and IAM auth policy
version = ">= 1.54.0"
version = ">=1.61.0, <2.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.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.58.0"
version = ">=1.61.0, <2.0.0"
}
}
required_version = ">=1.3, <1.6.0"
Expand Down

0 comments on commit c2b4cfb

Please sign in to comment.