-
Notifications
You must be signed in to change notification settings - Fork 72
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 <slevenick@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
…zip distribution Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: emily <emilyye@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
… label Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
…d of project_names in loop test Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Ty Larrabee <tysen@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
…77) (#365) Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
* Fix lint issues, adding folder IAM * Newline at end of file Signed-off-by: Modular Magician <magic-modules@google.com>
* GA ILB multi-nic * Failover is not GA, needs if/else Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
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 <magic-modules@google.com>
Great work guys. |
Signed-off-by: Modular Magician <magic-modules@google.com>
* 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 <magic-modules@google.com>
* allow update for dns_managed_zone * add some input trues back in * add some input trues back in Signed-off-by: Modular Magician <magic-modules@google.com>
… to markdown about deprecation Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
…3325) (#374) Signed-off-by: Modular Magician <magic-modules@google.com>
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 <slevenick@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Sam Levenick <slevenick@google.com>
Great! I removed the |
…45) (#375) Signed-off-by: Modular Magician <magic-modules@google.com>
Hey @slevenick, had to make a minor update to ensure the major version bump worked as expected. Almost there! |
Signed-off-by: Sam Levenick <slevenick@google.com>
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