Pipelines
Steps
Terraform Build
4min
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 Portal.
Folder structure
You should always have your variables.tf and outputs.tf files in the root directory.
microtica.yaml
|
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 03 Mar 2023
Did this page help you?