Skip to content

Commit

Permalink
feat: Bump provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 committed Aug 24, 2023
1 parent 594341f commit 8d6b315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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
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 8d6b315

Please sign in to comment.