Create
Share an add-on (e.g., RDS, Redis) with another app in the same VPC
tapit create addon:share name=addon_name share_to_app=app_name [secret_name=SECRET_NAME] [read_only=true]
Required
- name
- share_to_app
Parameters
name: Name of the add-on to share (required)share_to_app: Name of the app to share the add-on with (required; must be in same VPC)secret_name: Environment variable name to inject the connection URL into the target appread_only: Set to true to share a read-only connection (only for add-ons that support it)