ListTerraformModulesResponse
Response containing a paginated list of Terraform modules.
Properties
- The list of Terraform modules.
- ↳
namestring requiredThe module name. - ↳
publisherstring requiredThe organization or user that published the module (the Terraform namespace). - ↳
sourcestring requiredThe source identifier indicating where the module originates from (e.g. ‘private’). - ↳
systemstring requiredThe Terraform provider system the module targets (e.g. ‘aws’, ‘azurerm’, ‘google’). - ↳
descriptionstring optionalA free-form text description of the module’s purpose. - ↳
latestVersionstring requiredThe latest published semantic version of the 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.