{
  "name": "auto-deploy",
  "meta": {
    "moduleFormat": "(.*)"
  },
  "config": {},
  "provider": {
    "type": "object"
  },
  "resources": {
    "auto-deploy:index:AutoDeployer": {
      "description": "Automatically trigger downstream updates on dependent stacks via Pulumi Deployments.\nAutoDeployer requires that stacks have Deployment Settings configured.",
      "properties": {
        "project": {
          "type": "string",
          "description": "The project name for the AutoDeployer stack."
        }
      },
      "type": "object",
      "inputProperties": {
        "project": {
          "type": "string",
          "description": "The project name for the AutoDeployer stack."
        }
      },
      "requiredInputs": ["project"],
      "isComponent": true
    }
  }
}