ListTerraformModuleVersionsResponse
Response containing the version history of a Terraform module, latest first.
Properties
- The list of module versions, ordered by version descending (latest first).
- ↳
namestring requiredThe module name. - ↳
versionstring requiredThe semantic version of this module version. - ↳
publisherstring requiredThe organization or user that published the module (the Terraform namespace). - ↳
sha256string requiredThe SHA-256 checksum of the module tarball. - ↳
sizeBytesinteger requiredThe size of the module tarball in bytes. - ↳
sourcestring requiredThe source identifier indicating where the module originates from (e.g. ‘private’). - ↳
readmestring optionalThe module README, rendered client-side. Absent when the module ships no README. - ↳
systemstring requiredThe Terraform provider system the module targets (e.g. ‘aws’, ‘azurerm’, ‘google’). - ↳
descriptionstring optionalA free-form text description of the module’s purpose. - The input variables declared by the root module.
- ↳
latestVersionstring requiredThe latest published semantic version of the module. - The outputs declared by the root module.
- The provider requirements declared by the root module.
- ↳
updatedAtstring requiredThe timestamp when the module was last updated. - ↳
urlstring requiredThe canonical registry:// URL identifying the module. continuationTokenstring optionalAn opaque token for fetching the next page of results.
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.