Skip to content

Commit

Permalink
Merge pull request #47 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…on-demand/clouddrove/subnet/aws-2.0.1
  • Loading branch information
anmolnagpal authored Dec 15, 2023
2 parents 264f834 + df612c2 commit d573b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/on-demand/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module "vpc" {

module "public_subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"

name = "${local.name}-subnet"
environment = local.environment
Expand Down

0 comments on commit d573b25

Please sign in to comment.