Skip to content

Commit

Permalink
Avoid azurerm 3.57 (#57)
Browse files Browse the repository at this point in the history
* Avoid azurerm 3.57

* Update azuread
  • Loading branch information
geekzter authored May 20, 2023
1 parent 811e838 commit b43c769
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
azuread = "~> 2.12"
azurerm = "~> 3.53, != 3.55, != 3.56" # BUG: https://github.com/hashicorp/terraform-provider-azurerm/issues/21663
azurerm = "~> 3.53, != 3.55, != 3.56, != 3.57" # BUG: https://github.com/hashicorp/terraform-provider-azurerm/issues/21663
http = "~> 3.0"
null = "~> 3.1"
random = "~> 3.1"
Expand Down

0 comments on commit b43c769

Please sign in to comment.