From 960ce4469f2c76494a2cf3eb5fd848a37e1ab233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 23:01:17 -0400 Subject: [PATCH] Bump clouddrove/vnet/azure from 1.0.1 to 1.0.2 in /_example (#11) Bumps [clouddrove/vnet/azure](https://github.com/clouddrove/terraform-azure-vnet) from 1.0.1 to 1.0.2. - [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.1...1.0.2) --- 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/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/example.tf b/_example/example.tf index 0f3c8e2..fe84931 100644 --- a/_example/example.tf +++ b/_example/example.tf @@ -15,7 +15,7 @@ module "resource_group" { module "vnet" { depends_on = [module.resource_group] source = "clouddrove/vnet/azure" - version = "1.0.1" + version = "1.0.2" label_order = ["name", "environment"] name = "app"