diff --git a/testing/newrelic.tf b/testing/newrelic.tf index 262bceffb..22af2bd52 100644 --- a/testing/newrelic.tf +++ b/testing/newrelic.tf @@ -8,5 +8,4 @@ terraform { provider "newrelic" { region = "US" # US or EU -} - +} \ No newline at end of file diff --git a/tools/go.mod b/tools/go.mod index 1681ba762..b0946a91b 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/terraform-provider-newrelic/v2/tools -go 1.22.5 +go 1.21 require ( github.com/bflad/tfproviderlint v0.29.0