versionCreate

Create Version based on optional SHA or branch head.

Arguments

Returns

Version!
Version!
Collapse
  • id
    Unique ID of the Version.
  • downloadLink
    Link to the source code to download the version. Will only work for ACTIVE versions.
  • notes
    User-provided notes associated with the version.
  • number
    Number of the version conforming to the semantic versioning scheme (major, minor, patch).
  • sourceURL
    Link to the source code from which the version was built.
  • createdAt
    CreatedAt is unix timestamp (in seconds) at which the version was created
  • lastPulledAt
    LastPulledAt is unix timestamp (in seconds) at which this version was most recently downloaded. Null if the version has never been pulled. For shared or public modules this timestamp reflects usage across all consumers, not just the requesting account.
  • triggeredBy
    The user who manually triggered this Version, if any.
  • consumerCount
    Number of stacks, regardless of account, using this module version.
  • versionCount
    Terraform versions tested for this version.
  • yanked
    Indicates whether the version has been marked as "bad".
  • yankedBy
    Login of the user who marked the version as "bad", if it has been marked
  • yankNote
    Note associated with the version when it was marked as "bad", if it has