From ef3abcf9498599f5c929258beeddb262d268146c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:35:08 +0000 Subject: [PATCH] build(deps): bump clouddrove/subnet/azure Bumps [clouddrove/subnet/azure](https://github.com/clouddrove/terraform-azure-subnet) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/clouddrove/terraform-azure-subnet/releases) - [Changelog](https://github.com/clouddrove/terraform-azure-subnet/blob/master/CHANGELOG.md) - [Commits](https://github.com/clouddrove/terraform-azure-subnet/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: clouddrove/subnet/azure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- _example/with_existing_dns_zone_in_diff_rg/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/with_existing_dns_zone_in_diff_rg/example.tf b/_example/with_existing_dns_zone_in_diff_rg/example.tf index c321d43..e21758a 100644 --- a/_example/with_existing_dns_zone_in_diff_rg/example.tf +++ b/_example/with_existing_dns_zone_in_diff_rg/example.tf @@ -50,7 +50,7 @@ module "vnet" { ##----------------------------------------------------------------------------- module "subnet" { source = "clouddrove/subnet/azure" - version = "1.2.0" + version = "1.2.1" name = local.name environment = local.environment resource_group_name = module.resource_group.resource_group_name