Code and Deployment
Last updated
Last updated
Our platform autogenerates Terraform code to provision your architecture based on your diagram. The code can be reviewed, edited, and deployed directly from the platform.
The generated Terraform code for a specific resource can be viewed in the codebox in the Properties tab of the .
To see the full generated code for the entire architecture, click the "See Code" button at the top left. This will open the code in a full editor.
Edits can be made directly in the codebox for a resource to customize its configuration. For larger changes, the full code can be edited in the code editor.
Changes made in the code are automatically synced back to the architecture diagram. It is recommended to rename resources for better readability.
The generated code can currently not easily be combined with external Terraform that was not created in the platform. New resources added directly in code should be placed in the designated folder in the code editor.
Currently, architectures can be deployed directly from the platform by adding AWS credentials in the settings. The credentials are encrypted and used to provision the resources defined in the diagram.
In the future, we plan to support linking Git repositories and using pull requests to deploy changes.