Skip to content

Commit

Permalink
Merge branch 'master' into renovate/go-modules-andor-dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
eeaton authored Aug 5, 2024
2 parents 03b24d8 + a744002 commit 0362342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module "access_level" {

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

description = "${local.prefix} Access Level for testing with a dry run perimeter"
policy = var.access_context_manager_policy_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module "access_level" {

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

description = "${local.prefix} Access Level for testing with a dry run perimeter"
policy = var.access_context_manager_policy_id
Expand Down

0 comments on commit 0362342

Please sign in to comment.