Skip to content

Commit

Permalink
feat(terraform): update terraform tfe ( 0.48.0 → 0.57.1 )
Browse files Browse the repository at this point in the history
| datasource         | package       | from   | to     |
| ------------------ | ------------- | ------ | ------ |
| terraform-provider | hashicorp/tfe | 0.48.0 | 0.57.1 |


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 785a147 commit 70fa498
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions armature/prod/tf-states/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion armature/prod/tf-states/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "0.48.0"
version = "0.57.1"
}
}
}
Expand Down

0 comments on commit 70fa498

Please sign in to comment.