Skip to content

Commit

Permalink
adding the README
Browse files Browse the repository at this point in the history
Signed-off-by: Nima Kaviani <[email protected]>
  • Loading branch information
nimakaviani committed Apr 24, 2024
1 parent f2ec663 commit 10c55d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/terraform-integrations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Terraform Integrations for Backstage

This is an experimental effort allowing the users of the idpBuilder to run terraform modules using the tooling in place.

This stack add-on goes together with the work done under [backstage-terraform-integrations](https://github.com/cnoe-io/backstage-terraform-integrations/).
Once the add-on is enabled, the user will need to follow the setup discussed in the [backstage-terraform-integrations](https://github.com/cnoe-io/backstage-terraform-integrations/) repo for the remainder of the configuration, and terraform integrations should work.

This add-on has a dependency to the [reference implementation][../ref-implementation/]. In order to enable the add-on with
idpBuilder run the following:

```
./idpbuilder create --use-path-routing --package-dir examples/ref-implementation --package-dir examples/terraform-integrations
```

0 comments on commit 10c55d2

Please sign in to comment.