Skip to content

Commit 9a59304

Browse files
fix: Allow new minor releases (#18)
* fix: Allow new minor releases * docs: Generate README.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c70154c commit 9a59304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module "tfe_oauth_client" {
2929
| Name | Version |
3030
|------|---------|
3131
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
32-
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | >= 0.27.0, < 1.0.0 |
32+
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | ~> 0.26 |
3333

3434
## Providers
3535

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
tfe = {
44
source = "hashicorp/tfe"
5-
version = ">= 0.27.0, < 1.0.0"
5+
version = "~> 0.26"
66
}
77
}
88

0 commit comments

Comments
 (0)