Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListTerraformModulesResponse

ListTerraformModulesResponse

    Response containing a paginated list of Terraform modules.

    Properties

    • modules array[TerraformModule] required
      The list of Terraform modules.
    • name string required
      The module name.
    • publisher string required
      The organization or user that published the module (the Terraform namespace).
    • source string required
      The source identifier indicating where the module originates from (e.g. ‘private’).
    • system string required
      The Terraform provider system the module targets (e.g. ‘aws’, ‘azurerm’, ‘google’).
    • description string optional
      A free-form text description of the module’s purpose.
    • latestVersion string required
      The latest published semantic version of the module.
    • updatedAt string required
      The timestamp when the module was last updated.
    • url string required
      The canonical registry:// URL identifying the module.
    • continuationToken string optional
      An opaque token for fetching the next page of results.