forked from pulumi/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pulumi.yaml
28 lines (23 loc) · 915 Bytes
/
Pulumi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: aws-ts-pulumi-miniflux
runtime: nodejs
description: A Pulumi program that deploys a Miniflux RSS service with a PostgreSQL backend.
template:
config:
aws:region:
description: The AWS region to deploy into.
default: us-west-2
db_name:
description: The name of the PostgreSQL database to be used by Miniflux.
default: miniflux
db_username:
description: The username of the PostgreSQL account to be used by the Miniflux service.
default: miniflux
db_password:
description: The PostgreSQL user's password.
secret: true
admin_username:
description: The username to use for the Miniflux service administrator account.
default: admin
admin_password:
description: The Miniflux administrator's password.
secret: true