Step {{ current_wizard_step }}: Resource Info

{% if errors %}
{% for e in errors %}
{{ e }}
{% endfor %}
{% endif %} {% if how_it_works %}
{{ how_it_works }}
{% endif %}
{% for key, val in data.items() %} {% if key not in ('_step', 'resource_type', 'csrf_token') %} {% endif %} {% endfor %}
{% if resource_type == 'server' %}
IP address or hostname of the server.
SSH port. Default is 22.
SSH user with read access. Default is ubuntu.
Main application directory (e.g. /home/ubuntu/myapp).
Optional. Receive alerts when issues are detected.
Optional. Internal notes for your team — context, special instructions.
Optional. Specific things to check during health checks (one per line).
{% endif %} {% if resource_type == 'aws_account' %}
Optional. Internal notes for your team — context, special instructions.
{% endif %} {% if resource_type == 'github_org' %}
Your GitHub organization slug (e.g. my-company).
Optional. Internal notes for your team — context, special instructions.
{% endif %} {% if resource_type == 'database' %}
Which database engine is running.
Optional. Internal notes for your team — context, special instructions.
{% endif %}