-
Notifications
You must be signed in to change notification settings - Fork 7
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: