Terraform Blueprints & IaC Cat...
Terraform Blueprints Overview
How Blueprints Fit In Your Workflows
1min
Nothing about your Terraform workflows needs to change, just continue to write Terraform modules as you always do. Once your Terraform modules are created, you can employ Blueprints to control how your Terraform modules are used and instantiated. You can set fine-grained validations for variables and set different validations depending on the context (e.g. environments like prod, stage, or dev).
Because you always have full control over how your Terraform modules can be used, you can integrate Blueprints into your pipelines for fully automated deployments that donβt require human intervention. You can even create no-code forms so non-cloud experts can create their own infra via a web UI!
Updated 22 Oct 2023

Did this page help you?