Skip to content

Commit

Permalink
Merge pull request #13 from scalefactory/20230824_bump_versions
Browse files Browse the repository at this point in the history
feat: Bump TFE provider version
  • Loading branch information
mbevc1 authored Aug 24, 2023
2 parents 594341f + 92b177a commit 6de6a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
matrix:
os: [ubuntu-latest] #, windows-latest]
tf-ver:
- '~1.0' # Same as 1.0.x
- '~1.1' # Same as 1.1.x
- '~1.2' # Same as 1.2.x
- '~1.3' # Same as 1.3.x
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ Apache 2 Licensed. See [LICENSE](LICENSE) for full details.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.6, < 2.0 |
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | ~> 0.45.0 |
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | ~> 0.48.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_tfe"></a> [tfe](#provider\_tfe) | ~> 0.45.0 |
| <a name="provider_tfe"></a> [tfe](#provider\_tfe) | ~> 0.48.0 |

## Resources

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

0 comments on commit 6de6a72

Please sign in to comment.