Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 26, 2025
1 parent 8b6221a commit 7b65d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-prefix-lists/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b65d71

Please sign in to comment.