{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e1476f39-4f92-4db4-8117-3051368809db",
    "slug": "userefractio",
    "name": "userefract.io",
    "description": "Refract deployment architecture (userefract.io)",
    "url": "https://railway.com/deploy/userefractio"
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2.1"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "Webapp",
      "source": {
        "repo": "https://github.com/arc-lab-hq/refract-dev"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Async",
      "source": {
        "repo": "https://github.com/arc-lab-hq/refract-dev"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Configuration URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_PUBLIC_URL",
      "service": "Redis",
      "description": "Public URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_URL",
      "service": "Webapp",
      "description": "Public URL to access the backend",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SERVICE",
      "service": "Webapp",
      "description": "Service running the backend container",
      "secret": false,
      "strategy": "default",
      "default": "webapp"
    },
    {
      "key": "NODE_ENV",
      "service": "Webapp",
      "description": "Environment running the backend",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "REDIS_URL",
      "service": "Webapp",
      "description": "URL of the Redis instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Webapp",
      "description": "Database of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SALT_ROUNDS",
      "service": "Webapp",
      "description": "Numbers of time a password should be hashed",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "ANALYTICS_APP",
      "service": "Webapp",
      "description": "Analytics App Tracked",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_HOST",
      "service": "Webapp",
      "description": "Host of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_PORT",
      "service": "Webapp",
      "description": "Port of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Webapp",
      "description": "Username of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SESSION_SECRET",
      "service": "Webapp",
      "description": "Session hashing secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Webapp",
      "description": "Password of the Postrgres instance",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "STRIPE_SECRET_KEY",
      "service": "Webapp",
      "description": "Stripe production secret key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "STRIPE_API_VERSION",
      "service": "Webapp",
      "description": "Stripe production API version",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "STRIPE_WEBHOOK_SECRET",
      "service": "Webapp",
      "description": "Stripe production webhook secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "STRIPE_PUBLISHABLE_KEY",
      "service": "Webapp",
      "description": "Stripe production publishable key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "STRIPE_DEFAULT_CURRENCY",
      "service": "Webapp",
      "description": "Stripe production default currency",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RAILWAY_WEBAPP_SERVICE_ID",
      "service": "Webapp",
      "description": "Railway webapp service ID",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_CONSUMER_SERVICE_ID",
      "service": "Webapp",
      "description": "Railway consumer service ID",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_URL",
      "service": "Async",
      "description": "Accessible URL for the Frontend (Same as backend in production)",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SERVICE",
      "service": "Async",
      "description": "Service running the backend container",
      "secret": false,
      "strategy": "default",
      "default": "consumer"
    },
    {
      "key": "NODE_ENV",
      "service": "Async",
      "description": "Environment running the backend",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_URL",
      "service": "Async",
      "description": "URL of the Redis instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Async",
      "description": "Database of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SALT_ROUNDS",
      "service": "Async",
      "description": "Numbers of time a password should be hashed",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ANALYTICS_APP",
      "service": "Async",
      "description": "Analytics App Tracked",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_HOST",
      "service": "Async",
      "description": "Host of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_PORT",
      "service": "Async",
      "description": "Port of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Async",
      "description": "Username of the Postgres instance",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SESSION_SECRET",
      "service": "Async",
      "description": "Session hashing secret",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Async",
      "description": "Password of the Postrgres instance",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "STRIPE_SECRET_KEY",
      "service": "Async",
      "description": "Stripe production secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "STRIPE_API_VERSION",
      "service": "Async",
      "description": "Stripe production API version",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "STRIPE_WEBHOOK_SECRET",
      "service": "Async",
      "description": "Stripe production webhook secret",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "STRIPE_PUBLISHABLE_KEY",
      "service": "Async",
      "description": "Stripe production publishable key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "STRIPE_DEFAULT_CURRENCY",
      "service": "Async",
      "description": "Stripe production default currency",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_WEBAPP_SERVICE_ID",
      "service": "Async",
      "description": "Railway webapp service ID",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_CONSUMER_SERVICE_ID",
      "service": "Async",
      "description": "Railway consumer service ID",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Data folder",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Database",
      "secret": false,
      "strategy": "default",
      "default": "database"
    },
    {
      "key": "POSTGRES_HOST",
      "service": "Postgres",
      "description": "Host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_PORT",
      "service": "Postgres",
      "description": "Port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Username",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "Postgres",
      "description": "Configuration URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Draining (sec)",
      "secret": false,
      "strategy": "default",
      "default": "60"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "userefractio"
      }
    },
    "cli": "railway deploy --template userefractio",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e1476f39-4f92-4db4-8117-3051368809db",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "1af2b570-0abd-4705-b783-4a8f9aa92440": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2.1"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Host",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Configuration URL",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Password",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "REDIS_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public URL",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}"
                    }
                  },
                  "volumeMounts": {
                    "1af2b570-0abd-4705-b783-4a8f9aa92440": {
                      "mountPath": "/data"
                    }
                  },
                  "haTemplateCode": "redis-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxies",
                      "options": [
                        1,
                        2
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "HAProxy instances routing writes to the primary",
                      "defaultValue": 2
                    },
                    "replica": {
                      "label": "Redis Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "Redis",
                      "description": "Nodes running Redis + colocated Sentinel",
                      "defaultValue": 2
                    },
                    "internal": null,
                    "description": "This will convert your Redis instance to an HA cluster with Sentinel failover and HAProxy routing to the primary."
                  }
                },
                "6512faa7-9644-404b-b6a0-70b28585fb3b": {
                  "icon": "https://cdn.userefract.io/website/refract_logo_small_48.png",
                  "name": "Webapp",
                  "deploy": {
                    "healthcheckPath": "/health",
                    "preDeployCommand": [
                      "bash apps/backend/scripts/shell/predeploy.sh"
                    ]
                  },
                  "source": {
                    "repo": "arc-lab-hq/refract-dev",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "APP_URL": {
                      "description": "Public URL to access the backend",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SERVICE": {
                      "description": "Service running the backend container",
                      "defaultValue": "webapp"
                    },
                    "NODE_ENV": {
                      "description": "Environment running the backend",
                      "defaultValue": "production"
                    },
                    "REDIS_URL": {
                      "description": "URL of the Redis instance",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "POSTGRES_DB": {
                      "description": "Database of the Postgres instance",
                      "defaultValue": "${{Postgres.POSTGRES_DB}}"
                    },
                    "SALT_ROUNDS": {
                      "description": "Numbers of time a password should be hashed",
                      "defaultValue": "10"
                    },
                    "ANALYTICS_APP": {
                      "description": "Analytics App Tracked",
                      "defaultValue": "{{ANALYTICS_APP}}"
                    },
                    "POSTGRES_HOST": {
                      "description": "Host of the Postgres instance",
                      "defaultValue": "${{Postgres.POSTGRES_HOST}}"
                    },
                    "POSTGRES_PORT": {
                      "description": "Port of the Postgres instance",
                      "defaultValue": "${{Postgres.POSTGRES_PORT}}"
                    },
                    "POSTGRES_USER": {
                      "description": "Username of the Postgres instance",
                      "defaultValue": "${{Postgres.POSTGRES_USER}}"
                    },
                    "SESSION_SECRET": {
                      "description": "Session hashing secret",
                      "defaultValue": "{{SESSION_SECRET}}"
                    },
                    "POSTGRES_PASSWORD": {
                      "description": "Password of the Postrgres instance",
                      "defaultValue": "${{Postgres.POSTGRES_PASSWORD}}"
                    },
                    "STRIPE_SECRET_KEY": {
                      "description": "Stripe production secret key",
                      "defaultValue": "{{STRIPE_SECRET_KEY}}"
                    },
                    "STRIPE_API_VERSION": {
                      "description": "Stripe production API version",
                      "defaultValue": "{{STRIPE_API_VERSION}}"
                    },
                    "STRIPE_WEBHOOK_SECRET": {
                      "description": "Stripe production webhook secret",
                      "defaultValue": "{{STRIPE_WEBHOOK_SECRET}}"
                    },
                    "STRIPE_PUBLISHABLE_KEY": {
                      "description": "Stripe production publishable key",
                      "defaultValue": "{{STRIPE_PUBLISHABLE_KEY}}"
                    },
                    "STRIPE_DEFAULT_CURRENCY": {
                      "description": "Stripe production default currency",
                      "defaultValue": "{{STRIPE_DEFAULT_CURRENCY}}"
                    },
                    "RAILWAY_WEBAPP_SERVICE_ID": {
                      "description": "Railway webapp service ID",
                      "defaultValue": "${{RAILWAY_SERVICE_ID}}"
                    },
                    "RAILWAY_CONSUMER_SERVICE_ID": {
                      "description": "Railway consumer service ID",
                      "defaultValue": "${{Consumer.RAILWAY_SERVICE_ID}}"
                    }
                  }
                },
                "da5127ce-99de-4a6e-bb04-fc586c42556f": {
                  "icon": "https://cdn.userefract.io/website/refract_logo_small_48.png",
                  "name": "Async",
                  "deploy": {
                    "startCommand": "node apps/backend/dist/consumer.js"
                  },
                  "source": {
                    "repo": "arc-lab-hq/refract-dev",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "APP_URL": {
                      "description": "Accessible URL for the Frontend (Same as backend in production)",
                      "defaultValue": "${{Webapp.APP_URL}}"
                    },
                    "SERVICE": {
                      "description": "Service running the backend container",
                      "defaultValue": "consumer"
                    },
                    "NODE_ENV": {
                      "description": "Environment running the backend",
                      "defaultValue": "${{Webapp.NODE_ENV}}"
                    },
                    "REDIS_URL": {
                      "description": "URL of the Redis instance",
                      "defaultValue": "${{Webapp.REDIS_URL}}"
                    },
                    "POSTGRES_DB": {
                      "description": "Database of the Postgres instance",
                      "defaultValue": "${{Webapp.POSTGRES_DB}}"
                    },
                    "SALT_ROUNDS": {
                      "description": "Numbers of time a password should be hashed",
                      "defaultValue": "${{Webapp.SALT_ROUNDS}}"
                    },
                    "ANALYTICS_APP": {
                      "description": "Analytics App Tracked",
                      "defaultValue": "${{WebApp.ANALYTICS_APP}}"
                    },
                    "POSTGRES_HOST": {
                      "description": "Host of the Postgres instance",
                      "defaultValue": "${{Webapp.POSTGRES_HOST}}"
                    },
                    "POSTGRES_PORT": {
                      "description": "Port of the Postgres instance",
                      "defaultValue": "${{Webapp.POSTGRES_PORT}}"
                    },
                    "POSTGRES_USER": {
                      "description": "Username of the Postgres instance",
                      "defaultValue": "${{Webapp.POSTGRES_USER}}"
                    },
                    "SESSION_SECRET": {
                      "description": "Session hashing secret",
                      "defaultValue": "${{Webapp.SESSION_SECRET}}"
                    },
                    "POSTGRES_PASSWORD": {
                      "description": "Password of the Postrgres instance",
                      "defaultValue": "${{Webapp.POSTGRES_PASSWORD}}"
                    },
                    "STRIPE_SECRET_KEY": {
                      "description": "Stripe production secret key",
                      "defaultValue": "${{Webapp.STRIPE_SECRET_KEY}}"
                    },
                    "STRIPE_API_VERSION": {
                      "description": "Stripe production API version",
                      "defaultValue": "${{Webapp.STRIPE_API_VERSION}}"
                    },
                    "STRIPE_WEBHOOK_SECRET": {
                      "description": "Stripe production webhook secret",
                      "defaultValue": "${{Webapp.STRIPE_WEBHOOK_SECRET}}"
                    },
                    "STRIPE_PUBLISHABLE_KEY": {
                      "description": "Stripe production publishable key",
                      "defaultValue": "${{Webapp.STRIPE_PUBLISHABLE_KEY}}"
                    },
                    "STRIPE_DEFAULT_CURRENCY": {
                      "description": "Stripe production default currency",
                      "defaultValue": "${{Webapp.STRIPE_DEFAULT_CURRENCY}}"
                    },
                    "RAILWAY_WEBAPP_SERVICE_ID": {
                      "description": "Railway webapp service ID",
                      "defaultValue": "${{Webapp.RAILWAY_SERVICE_ID}}"
                    },
                    "RAILWAY_CONSUMER_SERVICE_ID": {
                      "description": "Railway consumer service ID",
                      "defaultValue": "${{RAILWAY_SERVICE_ID}}"
                    }
                  }
                },
                "e7d0141c-2c20-4336-8a28-56d2d930a3d0": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Data folder",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "POSTGRES_DB": {
                      "description": "Database",
                      "defaultValue": "database"
                    },
                    "POSTGRES_HOST": {
                      "description": "Host",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "POSTGRES_PORT": {
                      "description": "Port",
                      "defaultValue": "5432"
                    },
                    "POSTGRES_USER": {
                      "description": "Username",
                      "defaultValue": "{{POSTGRES_USER}}"
                    },
                    "POSTGRES_PASSWORD": {
                      "description": "Password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Configuration URL",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}/${{PGDATABASE}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Draining (sec)",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "e7d0141c-2c20-4336-8a28-56d2d930a3d0": {
                      "mountPath": "/var/lib/postgresql/data",
                      "backupSchedules": [
                        "DAILY"
                      ]
                    }
                  },
                  "haTemplateCode": "postgres-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxy",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "Routes traffic to the primary",
                      "defaultValue": 3
                    },
                    "replica": {
                      "label": "Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5,
                        6,
                        7
                      ],
                      "nodeLabel": "Postgres",
                      "description": "Streaming replicas for automatic failover",
                      "defaultValue": 2
                    },
                    "internal": {
                      "label": "Coordinator Nodes",
                      "options": [
                        3,
                        5,
                        7,
                        9
                      ],
                      "nodeLabel": "etcd",
                      "defaultValue": 3
                    },
                    "description": "This will convert your Postgres database to an HA cluster with Patroni failover and etcd consensus."
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T10:14:37.526Z",
  "generator_version": "0.1.0"
}
