From 8a9089612efb5abd8b1b4ddb81c8df31c969dba8 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:56:40 +0100 Subject: [PATCH] revert unrelated change --- src/_nebari/stages/infrastructure/template/local/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/stages/infrastructure/template/local/main.tf b/src/_nebari/stages/infrastructure/template/local/main.tf index 77aa799cbd..fb0d0997e1 100644 --- a/src/_nebari/stages/infrastructure/template/local/main.tf +++ b/src/_nebari/stages/infrastructure/template/local/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { kind = { - source = "registry.terraform.io/tehcyx/kind" + source = "tehcyx/kind" version = "0.4.0" } docker = {