Skip to content

Commit

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


Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 18a293b commit e90f8a5
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.59.0"
}
}
}
Expand Down

0 comments on commit e90f8a5

Please sign in to comment.