TerraformProvider

TerraformProvider represents a Terraform provider managed using Spacelift's Terraform provider registry.
  • id
    Immutable ID of the provider, unique within the scope of a single account.
  • createdAt
    Creation timestamp of the provider.
  • deleted
    Whether the provider has just been deleted.
  • description
    Human-readable description of the provider, if set by the user. Supports Markdown.
  • Set of labels attached to the provider.
  • latestVersionNumber
    The semver number of the last version of the provider that was published.
  • public
    Whether the provider can be consumed outside of this account.
  • space
    ID of the space this provider belongs to.
  • updatedAt
    Last update timestamp of the provider.