Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/vpc-service-con…
Browse files Browse the repository at this point in the history
…trols/google to v6
  • Loading branch information
renovate-bot committed Dec 28, 2024
1 parent ff2cae0 commit 4766efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ resource "google_notebooks_instance" "caip_nbk_p_trusted" {

module "access_level_members_higher_trust" {
source = "terraform-google-modules/vpc-service-controls/google//modules/access_level"
version = "~> 2.0"
version = "~> 6.0"

policy = var.default_policy_id
name = format("higher_trust_notebooks_members_%s", random_string.random_name.result)
Expand Down Expand Up @@ -186,7 +186,7 @@ data "google_project" "trusted_kms" {

module "regular_service_perimeter_higher_trust" {
source = "terraform-google-modules/vpc-service-controls/google//modules/regular_service_perimeter"
version = "~> 2.0"
version = "~> 6.0"

policy = var.default_policy_id
perimeter_name = format("higher_trust_notebooks_%s", random_string.random_name.result)
Expand Down

0 comments on commit 4766efa

Please sign in to comment.