From a76da9c2ffc92ccec6d1e4a0bb1e0dc37ba38f89 Mon Sep 17 00:00:00 2001 From: Hugo Gayosso Date: Thu, 22 Jun 2023 15:42:02 -0400 Subject: [PATCH] fix provider source location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14bb229e..7a368c72 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ terraform { required_providers { codefresh = { version = "x.y.z" # Optional but recommended; replace with latest semantic version - source = "codefresh.io/codefresh" + source = "codefresh-io/codefresh" } } }