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 Id Name Details Tags
{{ resource_found.digest.type}} {{ resource_found.group}} {{ resource_found.digest.id}} {{ resource_found.name}} {{ resource_found.detail}} {% for tag in resource_found.tags %} {{ tag.key}}: {{ tag.value}}
{%- endfor %}

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}}
{% if diagram_image is not none %}

Diagram

{% set base64img = "data:image/png;base64," + diagram_image %} {%endif %}