Skip to content

Commit

Permalink
fix: use module release rather than repo head (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Apr 11, 2022
1 parent d309270 commit 522f3cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fixtures/vpc_sc_project/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ locals {
}

module "regular_service_perimeter_1" {
source = "github.com/terraform-google-modules/terraform-google-vpc-service-controls//modules/regular_service_perimeter"
source = "terraform-google-modules/vpc-service-controls/google//modules/regular_service_perimeter"
version = "~> 4.0"
policy = var.policy_id
perimeter_name = local.perimeter_name
description = "New service perimeter"
Expand Down

0 comments on commit 522f3cc

Please sign in to comment.