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

TerraformModuleInput

    TerraformModuleInput describes an input variable declared by a Terraform module.

    Properties

    • name string required
      The variable name.
    • type string optional
      The declared Terraform type of the variable, if any.
    • description string optional
      The variable description, if any.
    • defaultValue string optional
      The default value rendered as a string, if the variable declares one.
    • required boolean required
      Whether the variable is required (declares no default).
    • sensitive boolean required
      Whether the variable is marked sensitive.