Skip to content

Commit

Permalink
fix: Pin major version for vpc-sc module (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandakarina authored Jun 18, 2021
1 parent bd8966a commit fb859f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vpc_service_controls/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data "google_project" "target_project" {

module "access_level_policy" {
source = "terraform-google-modules/vpc-service-controls/google//modules/access_level"
version = "3.0.1"
version = "~> 3.0"
policy = local.actual_policy
name = local.access_policy_name
description = "policy with all available options to configure"
Expand All @@ -57,7 +57,7 @@ module "access_level_policy" {

module "regular_service_perimeter" {
source = "terraform-google-modules/vpc-service-controls/google//modules/regular_service_perimeter"
version = "3.0.1"
version = "~> 3.0"

policy = local.actual_policy
perimeter_name = local.perimeter_name
Expand Down

0 comments on commit fb859f1

Please sign in to comment.