Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/vault/google t…
Browse files Browse the repository at this point in the history
…o v8
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 101ab60 commit 65f785d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/shared_vpc_internal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "google_storage_bucket" "vault" {

module "vault_cluster" {
source = "terraform-google-modules/vault/google//modules/cluster"
version = "~> 7.0"
version = "~> 8.0"

project_id = var.service_project_id
host_project_id = var.host_project_id
Expand Down
2 changes: 1 addition & 1 deletion examples/vault-on-gce/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provider "google" {

module "vault" {
source = "terraform-google-modules/vault/google"
version = "~> 7.0"
version = "~> 8.0"

project_id = var.project_id
region = var.region
Expand Down

0 comments on commit 65f785d

Please sign in to comment.