Skip to content

Commit

Permalink
fix: Allow new minor releases (#17)
Browse files Browse the repository at this point in the history
* fix: Allow new minor releases

* docs: Generate README.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dhoppe and github-actions[bot] authored Jan 31, 2022
1 parent 7d4a9c9 commit a7639f5
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 @@ -44,7 +44,7 @@ module "tfe_registry" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | >= 0.26.1, < 1.0.0 |
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | ~> 0.26 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = ">= 0.26.1, < 1.0.0"
version = "~> 0.26"
}
}

Expand Down

0 comments on commit a7639f5

Please sign in to comment.