Skip to content

Commit 92f8127

Browse files
committed
using module to address vpc flow log #41
1 parent 5e4bffe commit 92f8127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "vpc" {
22
#CKV_TF_1: Ensure Terraform module sources use a commit hash
33
#checkov:skip=CKV_TF_1: This is a self hosted module where the version number is tagged rather than the commit hash.
4-
source = "github.com/kunduso/terraform-aws-vpc?ref=v1.0.0"
4+
source = "github.com/kunduso/terraform-aws-vpc?ref=v1.0.1"
55
region = var.region
66
vpc_cidr = var.vpc_cidr
77
enable_dns_support = "true"

0 commit comments

Comments
 (0)