TerraformModuleInput
TerraformModuleInput describes an input variable declared by a Terraform module.
Properties
namestring requiredThe variable name.typestring optionalThe declared Terraform type of the variable, if any.descriptionstring optionalThe variable description, if any.defaultValuestring optionalThe default value rendered as a string, if the variable declares one.requiredboolean requiredWhether the variable is required (declares no default).sensitiveboolean requiredWhether the variable is marked sensitive.
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.