TerraformModule
TerraformModule describes a Terraform module hosted in the Pulumi Cloud registry.
Properties
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.
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.