IaC-Ignored assets
Unmanaged assets that appear in the Inventory but are ignored from IaC coverage calculation. These Unmanaged assets are ignored according to built-in and custom rules.
Creating a custom ignore rule
Create a custom ignore rule to ignore Unmanaged assets from your IaC coverage.
Procedure
Select Settings > IaC-Ignored.
Select + Add ignore rule.
Enter a Name and Description.
(Optional) Select a label or add a new label.
Select Next.
Select the scope of your ignore rule.
Using Rego language, enter the desired rule in the terminal window.
To view the assets that match your rule, select
.
Select Next > Done.
To view IaC-Ignored assets, select Inventory > Filters > IaC-Ignored.
Including assets that were ignored by an ignore rule
Include assets in the Inventory by turning off their ignore rule.
Procedure
Select Settings > IaC-Ignored.
Turn off the toggle of the desired ignore rule.
Ignore an entire asset type
Procedure
Select Settings > IaC-Ignored.
Select + Add Ignore rule.
Enter a Name and Description.
(Optional) Select a label or add a new label.
Select Next.
Select the scopes you want to ignore altogether (e.g., aws_ssm_parameter).
In the coding window, type:
firefly = true
To view the assets that match your rule, select
.
Select Next > Done.
Last updated
Was this helpful?