diff --git a/testdata/with_detections/main.tf b/testdata/with_detections/main.tf index f8ae75a..94be1c7 100644 --- a/testdata/with_detections/main.tf +++ b/testdata/with_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.116.0" + version = "~> 4.1.0" } } } diff --git a/testdata/without_detections/main.tf b/testdata/without_detections/main.tf index f8ae75a..94be1c7 100644 --- a/testdata/without_detections/main.tf +++ b/testdata/without_detections/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.116.0" + version = "~> 4.1.0" } } }