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'} %}| 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') }} |
| Notifications | Slack configured |
| Notifications | None |
| Notes | {{ data.notes }} |