1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. TemplateSource

TemplateSource

    A source containing one or more Pulumi templates.

    Properties

    • id string required
      The unique identifier of the template source.
    • isValid boolean required
      Whether the template source configuration is valid.
    • error string optional
      An error message if the template source is invalid. Omitted or empty when the source is valid.
    • name string required
      The human-readable name for this template source.
    • sourceURL string required
      The source URL to fetch templates from.
    • destinationURL string optional
      The destination URL for the template source.
    • destination TemplateDestination optional
      Deprecated - use destinationURL instead.
    • url string required
      The destination URL.