Skip to content

Commit

Permalink
using module to address vpc flow log #41
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Nov 19, 2024
1 parent 5e4bffe commit 92f8127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "vpc" {
#CKV_TF_1: Ensure Terraform module sources use a commit hash
#checkov:skip=CKV_TF_1: This is a self hosted module where the version number is tagged rather than the commit hash.
source = "github.com/kunduso/terraform-aws-vpc?ref=v1.0.0"
source = "github.com/kunduso/terraform-aws-vpc?ref=v1.0.1"
region = var.region
vpc_cidr = var.vpc_cidr
enable_dns_support = "true"
Expand Down

0 comments on commit 92f8127

Please sign in to comment.