Core Concepts
...
Pipelines
Steps
Terraform Build
3min
Package Terraform templates in a deployable Microtica Component.
To use this step, you would need to have an existing Terraform templates hosted on your Git account.
Input/output parameters
The parameters you define in variables.tf will automatically become an input parameters of the component and parameters defined in the outputs.tf will become the output parameters of the component. The actual values should be specified in the Microtica Console.
Folder structure
You should always have your variables.tf and outputs.tf files in the root directory.
Parameter | Description | Required |
---|---|---|
title | The display name of the step. | No |
type | The type of the Microtica built-in step. Should always be terraform-build for this type of step. | Yes |
Updated 14 Aug 2024
Did this page help you?