website logo
Sign Up PricingApp Templates
⌘K
🚀Getting started
Create an account in Microtica
Create an application from template
Import an existing application
Scaling Applications in Microtica
Assign a Custom Domain
⏰Changelog
📚Ready-to-use Templates
Strapi Serverless
Medusa Server
Appwrite
SPA on CloudFront
Amazon EKS
Node.js
n8n Workflow Automation
Next.js
🤖Migrate to Microtica
Migrate from Heroku to AWS
🚦Pipelines
Pipeline Syntax
Steps
Stages
Artifacts
Variables
🔗Integrations
Connect an AWS account
Connect an Existing Kubernetes Cluster
Connect a Container Registry
⚙️Project Settings
Manage teammates
Manage pricing plan and billing
Docs powered by archbee 
4min

Terraform Build

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.

Syntax

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?
Yes
No
UP NEXT
Stages
Docs powered by archbee 
TABLE OF CONTENTS
Syntax