Skip to content

Commit

Permalink
chore(deps): update terraform appvia/network/aws to v0.3.4 (#70)
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 Jan 17, 2025
1 parent 92188a1 commit fecbb40
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"
count = local.enable_vpc_creation ? 1 : 0
source = "appvia/network/aws"
version = "0.3.3"
version = "0.3.4"

availability_zones = var.network.availability_zones
enable_default_route_table_association = var.network.enable_default_route_table_association
Expand Down

0 comments on commit fecbb40

Please sign in to comment.