cloudiscovery - A tool to help you discover resources in the cloud environment.
{{ default_name }}
Found resources
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 %} |
Found relations
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}} |
Diagram
{% set base64img = "data:image/png;base64," + diagram_image %}Diagram file for diagrams.net
diagrams.net diagram {%endif %}