Skip to content

Commit

Permalink
Add documentation for terraform feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zzaakiirr committed Oct 29, 2024
1 parent 288046a commit 283e05d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/terraform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Terraform

You can manage your CPLN configuration through `cpflow` commands and later invoke the generation of Terraform configuration files by running:

```sh
cpflow terraform generate
```

This command will create Terraform configurations for each application defined in `controlplane.yml`, utilizing templates from the `templates` folder.

Each time this command is invoked, Terraform configurations will be recreated. You can continue working with CPLN configuration files in YAML format and simply transform them to Terraform format anytime.

0 comments on commit 283e05d

Please sign in to comment.