Skip to content

Commit

Permalink
⬆️[Terraform] Update Terraform providers to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent b9bab02 commit 5532bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/layers/gcp-secret-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.66.0"
version = "5.6.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.66.0"
version = "5.6.0"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit 5532bdf

Please sign in to comment.