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

TerraformModule

    TerraformModule describes a Terraform module hosted in the Pulumi Cloud registry.

    Properties

    • 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.