Step {{ current_wizard_step }}: Confirm

Review the details below and create your resource.

{% set cron_labels = {'0 */6 * * *': 'Every 6 hours', '0 */12 * * *': 'Every 12 hours', '0 0 * * *': 'Daily', '0 0 * * 0': 'Weekly', '0 0 1 * *': 'Monthly'} %} {% if data.host %} {% endif %} {% if data.target_directory %} {% endif %} {% if data.github_org %} {% endif %} {% if data.db_engine %} {% endif %} {% if data.db_host %} {% endif %} {% if data.db_name %} {% endif %} {# Masked secrets #} {% if data.aws_access_key %} {% endif %} {% if data.github_token %} {% endif %} {# Schedule #} {% if data.slack_webhook %} {% else %} {% endif %} {% if data.notes %} {% endif %}
Resource Type{{ type_label }}
Display Name{{ data.name }}
SSH Host{{ data.user or 'ubuntu' }}@{{ data.host }}:{{ data.port or '22' }}
Target Directory{{ data.target_directory }}
Organization{{ data.github_org }}
Database{{ data.db_engine }}
DB Host{{ data.db_host }}:{{ data.db_port or '5432' }}
DB Name{{ data.db_name }}
AWS Access Key{{ data.aws_access_key[:4] }}...{{ data.aws_access_key[-4:] }}
AWS Secret Key••••••••
GitHub Token{{ data.github_token[:8] }}...••••
Health Check{{ cron_labels.get(data.health_cron, 'Disabled') }}
Discovery{{ cron_labels.get(data.discovery_cron, 'Disabled') }}
NotificationsSlack configured
NotificationsNone
Notes{{ data.notes }}
After creation, Supavision will run an initial discovery to map your {{ type_label | lower }} and establish a monitoring baseline.
{% for key, val in data.items() %} {% if key not in ('_step', 'csrf_token') %} {% endif %} {% endfor %}