Skip to content

Commit

Permalink
chore(deps): update terraform appvia/network/aws to v0.3.3 (#57)
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 ee458e1 commit b106fd9
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
Expand Up @@ -3,7 +3,7 @@
module "vpc" {

Check failure on line 3 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"

Check failure on line 3 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"
count = var.vpc_id == "" ? 1 : 0
source = "appvia/network/aws"
version = "0.3.2"
version = "0.3.3"

availability_zones = var.availability_zones
enable_nat_gateway = var.enable_egress
Expand Down

0 comments on commit b106fd9

Please sign in to comment.