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 Oct 23, 2023
1 parent 1c2d1fd commit 2b335b2
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.3.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.66.0"
version = "5.3.0"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit 2b335b2

Please sign in to comment.