From ff66471be25e63fe13056fad24cc8dfae8b6245d Mon Sep 17 00:00:00 2001 From: Jack Hayford Date: Mon, 29 Jul 2024 13:20:41 -0400 Subject: [PATCH] Fix readme provider source and version pinning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c820ffc..58b288f 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Add the following block into your Terraform files (note that this provider requi terraform { required_providers { cortex = { - source = "cortex/cortex" - version = "=> 0.1" + source = "cortexapps/cortex" + version = ">= 0.1" } } required_version = ">= 1.5.0"