-
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
Add BigQuery, Source Repositories #113
Conversation
Signed-off-by: Modular Magician <magic-modules@google.com>
Add InSpec support for backend service
Signed-off-by: Modular Magician <magic-modules@google.com>
Add HTTP health check for InSpec
Signed-off-by: Modular Magician <magic-modules@google.com>
Add HTTPS health check to InSpec
Signed-off-by: Modular Magician <magic-modules@google.com>
Add compute instance template for InSpec
Signed-off-by: Modular Magician <magic-modules@google.com>
Add compute global address to InSpec
Signed-off-by: Modular Magician <magic-modules@google.com>
Inspec url map
Signed-off-by: Modular Magician <magic-modules@google.com>
Add InSpec support for HTTP proxy
Signed-off-by: Modular Magician <magic-modules@google.com>
Add global forwarding rule generation to InSpec
Signed-off-by: Modular Magician <magic-modules@google.com>
Add support for target TCP proxy in InSpec
Signed-off-by: Modular Magician <magic-modules@google.com>
Inspec regional cluster
Signed-off-by: Modular Magician <magic-modules@google.com>
Add InSpec support for compute routes
Signed-off-by: Modular Magician <magic-modules@google.com>
Update InSpec doc template to use underscored name in title box
Signed-off-by: Modular Magician <magic-modules@google.com>
Add router support in InSpec
Signed-off-by: Modular Magician <magic-modules@google.com>
Add support for InSpec disk snapshot
Signed-off-by: Modular Magician <magic-modules@google.com>
Inspec ssl certificate
Signed-off-by: Modular Magician <magic-modules@google.com>
Fix InSpec pubsub subscription test
Signed-off-by: Modular Magician <magic-modules@google.com>
InSpec add support for BigQuery Dataset
… name Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Inspec nested refactor
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Add VCR gem for testing in dev
Signed-off-by: Sam Levenick <slevenick@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
Templates, inspec.yaml for bigquery table
… name (#108) Retrieve SOA record using DNS zone instead of building it from record name
Signed-off-by: Modular Magician <magic-modules@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
<!-- This change is generated by MagicModules. --> /cc @rileykarson
Add InSpec support for source repositories
Signed-off-by: Modular Magician <magic-modules@google.com>
Add convenience outputs for public/private IP in Cloud SQL
Signed-off-by: Sam Levenick <slevenick@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, thanks @slevenick !
|
||
## Filter Criteria | ||
This resource supports all of the above properties as filter criteria, which can be used | ||
with `where` as a block or a method. |
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.
Could we add something to the documentation here to explain that the Cloud Source Repository API should be enabled? Might be worthwhile doing the same for other new services e.g. here's a similar example for compute engine:
## GCP Permissions
Ensure the [Compute Engine API](https://console.cloud.google.com/apis/library/compute.googleapis.com/) is enabled for the current project.
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.
Good idea! Added this on all generated 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.
Awesome, thanks @slevenick !
Signed-off-by: Modular Magician <magic-modules@google.com>
Add notes on API requirements to markdown docs for InSpec generated r…
<!-- This change is generated by MagicModules. --> /cc @rileykarson
Add BigQuery table, Source Repositories, along with refactoring to allow for GCP resources with the property
url
.