-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(terraform): add support for AWS provider block #50
Conversation
a7a9a5f
to
b534fe2
Compare
Hmm, what if we define it at the Another option could be calling it |
I think naming it to |
@simar7 How about naming this field as |
Could you give an example? My assumption was that each cloud can have a meta field, so the policies would look something like the following:
|
@simar7 That's what I meant: |
But cloud args aren't related to Terraform. For instance tags is a property of AWS Cloud not something specific to Terraform right? So in short, adding |
@simar7 You're right, the tags are not specific to terraform. But I have added support for AWS provider attributes that are specified in the provider configuration block. |
cool, that makes sense then! |
Closes aquasecurity/trivy#5459
Related PRs:
Ref: