Set notes on the Version.
Version!
Version!- idUnique ID of the Version.
- downloadLinkLink to the source code to download the version. Will only work for ACTIVE versions.
- metadataModuleRepositoryMetadataString representation of the metadata generated by parsing the module source code.
- moduleVersionModuleInfo!Module to which this version belongs.
- notesUser-provided notes associated with the version.
- numberNumber of the version conforming to the semantic versioning scheme (major, minor, patch).
- runs[Run!]!List of runs
- commitCommit!Commit which triggered this version.
- metadataParsingRunRunRun parsing the module source code to generate the metadata. This will only be populated if we're parsing the module source on the worker.
- sourceURLLink to the source code from which the version was built.
- createdAtCreatedAt is unix timestamp (in seconds) at which the version was created
- lastPulledAtLastPulledAt 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.
- stateVersionStateCurrent state of the Version.
- triggeredByThe user who manually triggered this Version, if any.
- consumers[Stack!]!Stacks in your account which use this module version.
- consumerCountNumber of stacks, regardless of account, using this module version.
- versionCountTerraform versions tested for this version.
- yankedIndicates whether the version has been marked as "bad".
- yankedByLogin of the user who marked the version as "bad", if it has been marked
- yankNoteNote associated with the version when it was marked as "bad", if it has