Skip to content

Commit

Permalink
Merge pull request #53 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…complete/clouddrove/subnet/aws-2.0.1
  • Loading branch information
anmolnagpal authored Dec 6, 2023
2 parents ca2a0ee + 6afb492 commit 5657046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module "vpc" {
#tfsec:ignore:aws-ec2-no-public-ingress-acl
module "subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"
name = "subnet"
environment = local.environment
availability_zones = local.availability_zones
Expand Down

0 comments on commit 5657046

Please sign in to comment.