Skip to content

Commit

Permalink
chore: update version constraints (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: Md Anam Raihan <Md.Anam.Raihan@ibm.com>
  • Loading branch information
iamar7 and Md Anam Raihan authored Feb 13, 2024
1 parent 48b9053 commit 3547d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ No permissions are needed to run this module.
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.58.1, < 2.0.0 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 4.0.4 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 4.0.4, < 5.0.0 |

### Modules

Expand Down
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 {
}
tls = {
source = "hashicorp/tls"
version = ">= 4.0.4"
version = ">= 4.0.4, < 5.0.0"
}
}
}

0 comments on commit 3547d6c

Please sign in to comment.