Skip to content

Commit

Permalink
Bump clouddrove/subnet/aws from 2.0.0 to 2.0.1 in /_example
Browse files Browse the repository at this point in the history
Bumps [clouddrove/subnet/aws](https://github.com/clouddrove/terraform-aws-subnet) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/clouddrove/terraform-aws-subnet/releases)
- [Changelog](https://github.com/clouddrove/terraform-aws-subnet/blob/master/CHANGELOG.md)
- [Commits](clouddrove/terraform-aws-subnet@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: clouddrove/subnet/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent 2503c71 commit 4fb5cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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"

nat_gateway_enabled = true
name = local.name
Expand Down

0 comments on commit 4fb5cfa

Please sign in to comment.