From f9f7ba5d06220c147edad7e347903fc655e55320 Mon Sep 17 00:00:00 2001 From: Morgan Hill Date: Wed, 14 Aug 2024 12:29:35 +0200 Subject: [PATCH] Use generated verification project --- examples/provider-install-verification/main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" {