From e1b2d975c1f73e37aaa7efc98d67db7bc5e06538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:45:41 +0000 Subject: [PATCH] build(deps): bump hashicorp/azurerm Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 3.112.0 to 4.3.0. - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG-v3.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v3.112.0...v4.3.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/with_existing_dns_zone_in_diff_rg/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with_existing_dns_zone_in_diff_rg/versions.tf b/examples/with_existing_dns_zone_in_diff_rg/versions.tf index 18fc9ba..1590baa 100644 --- a/examples/with_existing_dns_zone_in_diff_rg/versions.tf +++ b/examples/with_existing_dns_zone_in_diff_rg/versions.tf @@ -7,7 +7,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.112.0" + version = "4.3.0" } } }