Skip to content

Commit

Permalink
build(deps): bump clouddrove/subnet/aws in /examples/memcached
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent af0b3d3 commit 70bcaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/memcached/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "vpc" {
####----------------------------------------------------------------------------------
module "subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"

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

0 comments on commit 70bcaaa

Please sign in to comment.