Skip to content

Commit 8315bf4

Browse files
chore(deps): update hashicorp/azurerm requirement from ~> 4.69.0 to ~> 4.70.0 (#151)
Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. Updates `hashicorp/azurerm` to 4.70.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-azurerm@v4.69.0...v4.70.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.70.0 dependency-type: direct:production dependency-group: terraform ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0f875a commit 8315bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
azurerm = {
66
source = "hashicorp/azurerm"
7-
version = "~> 4.69.0"
7+
version = "~> 4.70.0"
88
}
99

1010
azuread = {

0 commit comments

Comments
 (0)