From 94bd0fcc3b13deaff9d6b512683bdc3648bd5578 Mon Sep 17 00:00:00 2001 From: Nima Kaviani Date: Wed, 24 Apr 2024 10:42:19 -0700 Subject: [PATCH] adding the README Signed-off-by: Nima Kaviani --- examples/terraform-integrations/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/terraform-integrations/README.md diff --git a/examples/terraform-integrations/README.md b/examples/terraform-integrations/README.md new file mode 100644 index 00000000..7bb0d3e8 --- /dev/null +++ b/examples/terraform-integrations/README.md @@ -0,0 +1,6 @@ +# 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.