Skip to content

Commit

Permalink
chore(deps): update terraform aws-ia/vpc/aws to v4.4.3 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent f04a4de commit 04ff8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Provision the VPC for VPN
module "vpc" {

Check failure on line 2 in main.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"
source = "aws-ia/vpc/aws"
version = "4.4.2"
version = "4.4.3"

name = var.name
az_count = var.availability_zones
Expand Down

0 comments on commit 04ff8a2

Please sign in to comment.