diff --git a/testdata/with_detections/main.tf b/testdata/with_detections/main.tf index c9be07b..ed7d966 100644 --- a/testdata/with_detections/main.tf +++ b/testdata/with_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.86.0" + version = "~> 3.87.0" } } } diff --git a/testdata/without_detections/main.tf b/testdata/without_detections/main.tf index c9be07b..ed7d966 100644 --- a/testdata/without_detections/main.tf +++ b/testdata/without_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.86.0" + version = "~> 3.87.0" } } }