Update readme

main
nleiva 2022-05-01 00:10:35 -04:00
parent fb35966e46
commit bce962fd0a
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}
}