-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 1 #2906
Inspec 1 #2906
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNew Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-provider-google-beta. New Pull RequestsI didn't open any new pull requests because of this PR. |
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.
There's a lot here, but this looks fine. Couple questions (one stylistic, one logistical)
products/bigquery/inspec.yaml
Outdated
@@ -31,7 +31,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides | |||
lastModifiedTime: !ruby/object:Overrides::Inspec::PropertyOverride | |||
exclude_plural: true | |||
additional_functions: | | |||
<%= lines(indent(compile('templates/inspec/custom_functions/bigquery_dataset_name.rb'), 6)) -%> | |||
<%= lines(indent(compile('third_party/inspec/custom_functions/bigquery_dataset_name.erb'), 6)) -%> |
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.
Why do these live in third_party?
products/compute/inspec.yaml
Outdated
@@ -37,22 +49,42 @@ overrides: !ruby/object:Overrides::ResourceOverrides | |||
Image: !ruby/object:Overrides::Inspec::ResourceOverride | |||
exclude: true | |||
Instance: !ruby/object:Overrides::Inspec::ResourceOverride | |||
exclude: true | |||
additional_functions: | |
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.
What do you think about additional_functions taking in a template name like singular_extra_examples?
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-provider-google-beta. New Pull RequestsI didn't open any new pull requests because of this PR. |
…rces with location
…only * characters (secrets)
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
9dce841
to
8d8f84f
Compare
Move several handwritten resources to MM generated resources. This is in preparation for releasing a 1.0 version of inspec-gcp
Release Note Template for Downstream PRs (will be copied)