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 providers and tflint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 9, 2024
1 parent dbe24e2 commit df6cb26
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 150 deletions.
96 changes: 48 additions & 48 deletions infra/global/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions infra/global/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.90.0"
version = "~> 3.91.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.51.0"
version = "~> 0.52.0"
}
}

Expand Down
96 changes: 48 additions & 48 deletions infra/production/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions infra/production/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.90.0"
version = "~> 3.91.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.51.0"
version = "~> 0.52.0"
}
}

Expand Down
96 changes: 48 additions & 48 deletions infra/staging/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions infra/staging/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.90.0"
version = "~> 3.91.0"
}
tfe = {
source = "hashicorp/tfe"
version = "~> 0.51.0"
version = "~> 0.52.0"
}
}

Expand Down

0 comments on commit df6cb26

Please sign in to comment.