Skip to content

Commit

Permalink
fix(deps): upgrade module required provider to at least 1.65.0 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLemmond authored May 15, 2024
1 parent 0a72f66 commit f1bea48
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 @@ -142,7 +142,7 @@ For more info, see [Understanding user roles and resources](https://cloud.ibm.co
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0, <1.7.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.64.0, <2.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.65.0, <2.0.0 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.64.0"
version = "1.65.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/existing-resources/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.64.0"
version = ">= 1.65.0"
}
}
}
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.64.0, <2.0.0"
version = ">= 1.65.0, <2.0.0"
}
}
}

0 comments on commit f1bea48

Please sign in to comment.