Skip to content

Commit

Permalink
fix(scanning): add constraint to azurerm until fix is released [SSPRO…
Browse files Browse the repository at this point in the history
…D-41225] (#39)
  • Loading branch information
frasecci authored May 6, 2024
1 parent 2008fc3 commit 354162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/host-scanner/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.76.0"
version = ">= 3.76.0, <= 3.101.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit 354162a

Please sign in to comment.