-
Notifications
You must be signed in to change notification settings - Fork 71
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
inspec-gcp 1.0 #226
inspec-gcp 1.0 #226
Conversation
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
…zip distribution Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: emily <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
… label Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
…d of project_names in loop test Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Ty Larrabee <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
…77) (#365) Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
* Fix lint issues, adding folder IAM * Newline at end of file Signed-off-by: Modular Magician <[email protected]>
* GA ILB multi-nic * Failover is not GA, needs if/else Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
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.
Great work @slevenick - couple of minor comments to look at.
test/integration/verify/controls/google_compute_project_info.rb
Outdated
Show resolved
Hide resolved
Signed-off-by: Modular Magician <[email protected]>
Great work guys. |
Signed-off-by: Modular Magician <[email protected]>
* Add deadLetterPolicy to Pub/Sub subscription resource * fix: disable allow_empty_objects, fix docstring, add example * fix: set max_delivery_attempts * fix: block and topic name Signed-off-by: Modular Magician <[email protected]>
* allow update for dns_managed_zone * add some input trues back in * add some input trues back in Signed-off-by: Modular Magician <[email protected]>
… to markdown about deprecation Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
…3325) (#374) Signed-off-by: Modular Magician <[email protected]>
Hey @slevenick - two minor issues came up during testing. In both cases the updated resources store a list of strings where previously these were integers e.g.
https://github.com/inspec/inspec-gcp/blob/5b293edb68e0295689325c4e3660d040474c8dc3/test/integration/verify/controls/google_compute_firewalls_handwritten.rb |
Don't mind if these are either updated or removed if you prefer. Otherwise looks good to go! |
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Great! I removed the |
…45) (#375) Signed-off-by: Modular Magician <[email protected]>
Hey @slevenick, had to make a minor update to ensure the major version bump worked as expected. Almost there! |
Signed-off-by: Sam Levenick <[email protected]>
This is great! Thank you all for getting this out! |
Description
Big features included are migrating the rest of the resources to MM, beta flag for pulling the beta version of the resource.
Code is complete now, all resources except for
google_user
andgoogle_users
converted. Need to manually migrate some docs examples