Skip to content

Commit

Permalink
Merge pull request #60 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…clb/clouddrove/subnet/aws-2.0.1
  • Loading branch information
anmolnagpal authored Dec 6, 2023
2 parents 3e9555e + 23bfd76 commit 067d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/clb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "vpc" {
##-----------------------------------------------------
module "public_subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"
name = local.name
environment = local.environment
availability_zones = ["eu-west-1b", "eu-west-1c"]
Expand Down

0 comments on commit 067d7e7

Please sign in to comment.