cloudiscovery - A tool to help you discover resources in the cloud environment.

{{ default_name }}

Found resources

{% for resource_found in resources_found %} {%- endfor %}
Type {{ group_title }} Id Name Details Tags
{{ resource_found.digest.type}} {{ resource_found.group}} {{ resource_found.digest.id}} {{ resource_found.name}} {{ resource_found.details}} {% for attribute_key, attribute_value in resource_found.attributes.items() %} {{ attribute_key}}: {{ attribute_value}}
{%- endfor %}
{% for tag in resource_found.tags %} {{ tag.key}}: {{ tag.value}}
{%- endfor %}
{% if resources_relations|length > 0 %}

Found relations

{% for resource_relations in resources_relations %} {%- endfor %}
From type From id To type To id
{{ resource_relations.from_node.type}} {{ resource_relations.from_node.id}} {{ resource_relations.to_node.type}} {{ resource_relations.to_node.id}}
{%endif %} {% if diagram_image is not none %}

Diagram

{% set base64img = "data:image/png;base64," + diagram_image %} {%endif %} {% if diagramsnet_image is not none %}

Diagram file for diagrams.net

diagrams.net diagram {%endif %}