DeploymentSourceTemplate
DeploymentSourceTemplate is like SourceContextTemplate but does not include the Auth data as we don’t want to include that in the deployment response.
Properties
sourceUrlstring requiredThe URL of the template source. Supports two URL schemes:
Registry-backed templates use the
registry://scheme with the format:registry://templates/source/publisher/name[@version]source: The template source identifier (e.g., the registry source name)publisher: The organization or user that published the templatename: The template nameversion: Optional semver version (e.g.,1.0.0). If omitted, defaults to the latest version
Example:
registry://templates/pulumi/acme-corp/aws-vpc@2.1.0VCS-backed templates use standard VCS URLs (GitHub, GitLab, Azure DevOps, etc.):
https://github.com/org/repo
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.