From 95cf941923d31e4666d809e7b2274cea468434c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:10:50 +0200 Subject: [PATCH] Bump clouddrove/vnet/azure in /_example/name-specific_subnet (#25) Bumps [clouddrove/vnet/azure](https://github.com/clouddrove/terraform-azure-vnet) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/clouddrove/terraform-azure-vnet/releases) - [Changelog](https://github.com/clouddrove/terraform-azure-vnet/blob/master/CHANGELOG.md) - [Commits](https://github.com/clouddrove/terraform-azure-vnet/compare/1.0.2...1.0.3) --- updated-dependencies: - dependency-name: clouddrove/vnet/azure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- _example/name-specific_subnet/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/name-specific_subnet/example.tf b/_example/name-specific_subnet/example.tf index 1c136f6..bbc77f2 100644 --- a/_example/name-specific_subnet/example.tf +++ b/_example/name-specific_subnet/example.tf @@ -14,7 +14,7 @@ module "resource_group" { module "vnet" { source = "clouddrove/vnet/azure" - version = "1.0.2" + version = "1.0.3" name = "app" environment = "test"