From bce962fd0ade556c200e68643720b5bc00104ebb Mon Sep 17 00:00:00 2001 From: nleiva Date: Sun, 1 May 2022 00:10:35 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff2b61a..3a0ff85 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ The provide takes two arguments, `url` and `token`. For the data sources and res terraform { required_providers { nautobot = { - version = "0.1" - source = "github.com/nleiva/nautobot" + version = "0.2.4" + source = "nleiva/nautobot" } } }