From 7b65d71c3ef5079c49a7525dcd80ea4d7d0159f8 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 26 Aug 2025 10:55:06 -0400 Subject: [PATCH] fix --- examples/custom-prefix-lists/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-prefix-lists/main.tf b/examples/custom-prefix-lists/main.tf index 71bb23e..b62160f 100644 --- a/examples/custom-prefix-lists/main.tf +++ b/examples/custom-prefix-lists/main.tf @@ -6,7 +6,7 @@ data "aws_vpc" "vpc" { } module "sg_bigfix" { - source = "git@github.e.it.census.gov:terraform-modules/aws-common-security-groups.git//custom?ref=feature/add-prefix-list" + source = "git@github.e.it.census.gov:terraform-modules/aws-common-security-groups.git//custom?ref=tf-upgrade" vpc_id = data.aws_vpc.vpc.id name = "ois-bigfix" description = "OIS Bigfix Service Port"