diff --git a/examples/provider-install-verification/main.tf b/examples/provider-install-verification/main.tf index 523b53b..16bcdbe 100644 --- a/examples/provider-install-verification/main.tf +++ b/examples/provider-install-verification/main.tf @@ -1,9 +1,9 @@ terraform { - required_providers { - nkey = { - source = "registry.terraform.io/holoplot/nkey" - } + required_providers { + nkey = { + source = "registry.terraform.io/holoplot/nkey" } + } } provider "nkey" {