Skip to content

Commit 01808ac

Browse files
build(deps): bump clouddrove/subnet/aws in /_examples/vpc_link_api
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>
1 parent 50cf105 commit 01808ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/vpc_link_api/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module "vpc" {
2929
#tfsec:ignore:aws-ec2-no-public-ip-subnet
3030
module "public_subnets" {
3131
source = "clouddrove/subnet/aws"
32-
version = "2.0.0"
32+
version = "2.0.1"
3333

3434
name = local.name
3535
environment = local.environment

0 commit comments

Comments
 (0)