Skip to content

Commit

Permalink
build(deps): bump clouddrove/subnet/aws from 2.0.0 to 2.0.1 (#48)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 12, 2023
1 parent 7813307 commit b4930db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "vpc" {
##----------------------------------------------SUBNETS----------------------------------------------------##
module "subnet" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"

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

0 comments on commit b4930db

Please sign in to comment.