-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial port to nautobot 2 #17
Conversation
This is an initial bring up, not tested. As nautobot/go-nautobot#30 is not merged yet, this code points to my go-nautobot repo. How can I easily test the code? |
c94a0e0
to
487c827
Compare
test it against your branch, and when it's ready, we update it here |
I tested it already with the demo Nautobot instance and everything seems to work. :) |
Signed-off-by: TobiPeterG <github.threefold020@passmail.net>
@chadell please have a look, update to use official go-nautobot :) |
fde1ac5
to
e70e0ef
Compare
@@ -0,0 +1,28 @@ | |||
--- | |||
# generated by https://github.com/hashicorp/terraform-plugin-docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TobiPeterG could you update the readme to explain how you have generated the docs. thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is generated with the command "go generate" if I'm not mistaken, it's documented in the main.go
It is also automatically executed in the GitHub ci afaik :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Depends on nautobot/go-nautobot#30