Skip to content

Commit ebe62cc

Browse files
chore(deps): Update Terraform terraform-google-modules/vault/google to v8 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 101ab60 commit ebe62cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/shared_vpc_internal/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "google_storage_bucket" "vault" {
4848

4949
module "vault_cluster" {
5050
source = "terraform-google-modules/vault/google//modules/cluster"
51-
version = "~> 7.0"
51+
version = "~> 8.0"
5252

5353
project_id = var.service_project_id
5454
host_project_id = var.host_project_id

examples/vault-on-gce/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ provider "google" {
2121

2222
module "vault" {
2323
source = "terraform-google-modules/vault/google"
24-
version = "~> 7.0"
24+
version = "~> 8.0"
2525

2626
project_id = var.project_id
2727
region = var.region

0 commit comments

Comments
 (0)