-
Notifications
You must be signed in to change notification settings - Fork 278
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
Adds Firewall datasource #594
Conversation
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 looks great!
I made a few suggestions inline around making it so that both the name and id are not required for the data source.
We'll also need docs, but that can be a fast follow.
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.
👍 Looks great!
I did leave one suggestion about the docs inline.
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.
* Adds new firewall datasource * Adds datasource test (not working) * Fixes firewall datasource test * Clean up * Addresses suggestions from code review * Remove optional/required attribute details
firewalls.go
to share between the resource and datasource.-i
flag fromtest
make target since it's been deprecated (and caused failures locally)Closes #188