Exploring the Inventory
The Inventory displays all of your assets with detailed information.
Filtering the Inventory
To view detailed information about your assets, use the following filters and tables:
Inventory filter
Filter | Description |
---|---|
Data Source | Integrated service provider |
AZ Resource Groups | Azure resource group |
Location | Region, Namespace (K8s) |
Asset Type | Type of service or object provided |
Tags | Label created in your cloud provider |
Owner |
|
IaC Type | Type of IaC tool |
IaC Stack | Iac stacks of your resource |
Creation Year | Year the asset was created |
Policies that improve the configuration of your assets to increase performance, usefulness, and security | |
IaC-Ignored | Assets that are excluded from the Inventory according to custom or built-in rules |
Deleted Assets | Assets that no longer exist as resources in your cloud. When selected in the filter, the table shows only those assets |
Asset category
Button | Description |
---|---|
Assets | View assets without categorization |
Types | View assets categorized by group |
Live | View active assets |
Deleted | View deleted assets |
Asset flags
The asset flags filter (located in the upper right corner) highlights specific characteristics or properties of your asset. Categorize your assets according to the following predefined flags:
Button | Description |
---|---|
Policies that improve the configuration of your assets to increase performance, usefulness, and security | |
Mutations | Compare different revisions of your asset and view detailed revision information |
Comments | Add, edit, or delete comments about your asset |
Git | List of assets in which the Terraform code is in an integrated Git and the code trace feature is available |
GitOps | Resources managed by Argo CD |
Relationships | View the evolution of resources, from the creation of the module to the development of the children |
Inventory table
Table column | Description |
---|---|
Data Source | Integrated service provider |
Type | Type of service or object provided |
Name | Name the provider gives to the asset |
ID | Identification of the resource |
How the actual asset compares to the IaC state file of the asset | |
IaC Stack | Opens the IaC stack in the IaC Explorer |
Location | Region (AWS), Namespace (K8s) |
Properties | Characteristics of the asset as currently configured |
Owner |
|
Updated at | When the configuration of the resource was last updated |
Created On | When the resource was created |
Flags | Asset properties identified by Firefly |
Additional asset actions
To codify (generate IaC) one or multiple assets, select the asset(s) and select Codify.
To generate Terraform import blocks, switch the Import Blocks toggle.
To generate Provider Blocks, switch the Provider Block toggle.
To import existing infrastructure to Terraform state, select Import Commands.
To delete the IaC file of drifted, ghost, or codified assets, select the asset(s) and select the trash icon.
To delete unmanaged assets, select the asset(s), and select the trash icon.
Viewing asset details
To view more information about your asset, select the row of the asset.
Tab | Description |
---|---|
Information |
|
Configuration | View the IaC stack of your asset |
Mutation Log |
|
Event Viewer |
|
Comments | Add, edit, or delete comments about your asset |
Relationships |
|
Buttons
Button | Description |
---|---|
View the difference between the running configuration and the desired configuration of your asset | |
Codify your asset | |
Migrate | Generates the equivalent IaC for a cloud resource to be used for various cloud providers. This feature is currently available for AWS, Google Cloud, and Azure. |
Share | Share a link to the asset |
Delete | Delete assets |
Jira | Create a new Jira issue |
Jump to Code | If your Git is integrated with Firefly, this link opens your repository to the IaC file implementation |
Jump to Console | Opens the AWS console to view your resource |
Searching the Inventory
To do a full text search on all your assets and their configurations, use the Search bar.
For example, you can search for an IP address such as 0.0.0.0/0
and see if you have any matching assets, such as Security Groups (can be used in conjunction with the other filters).
Saving custom views
Create and save custom views for easy access. You can also save as default and share with colleagues.
Procedure
Using the Inventory filter, select the assets you want to see in the table.
Select Views > Save Current View.
Enter a descriptive name in the box.
Optional: set as Default view.
Select Save view.
To see your custom views, select Views.
Exporting search results
After filtering the Inventory, you can export up to 10,000 results.
Procedure
2. Select the file type: CSV or JSON > Export.
Last updated