Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): update terraform tfe to ~> 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 11, 2023
1 parent bc9f7d2 commit 29ef619
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 42 deletions.
38 changes: 25 additions & 13 deletions infra/global/.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 infra/global/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.49.1"
version = "~> 0.50.0"
}
}

Expand Down
38 changes: 25 additions & 13 deletions infra/production/.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 infra/production/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.49.1"
version = "~> 0.50.0"
}
}

Expand Down
38 changes: 25 additions & 13 deletions infra/staging/.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 infra/staging/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.49.1"
version = "~> 0.50.0"
}
}

Expand Down

0 comments on commit 29ef619

Please sign in to comment.