We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4bffe commit 92f8127Copy full SHA for 92f8127
network.tf
@@ -1,7 +1,7 @@
1
module "vpc" {
2
#CKV_TF_1: Ensure Terraform module sources use a commit hash
3
#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"
+ source = "github.com/kunduso/terraform-aws-vpc?ref=v1.0.1"
5
region = var.region
6
vpc_cidr = var.vpc_cidr
7
enable_dns_support = "true"
0 commit comments