SAP / terraform-exporter-btp

The Terraform Exporter for SAP BTP is a tool that helps export resources from a SAP BTP account. It generates Terraform scripts for the import of resources and enables the import of the Terraform state.
https://sap.github.io/terraform-exporter-btp/
Apache License 2.0
3 stars 0 forks source link

[FEATURE] Add dependency information to exported configuration #122

Closed lechnerc77 closed 3 weeks ago

lechnerc77 commented 3 weeks ago

What area do you want to see improved?

other

Is your feature request related to a problem? Please describe.

In the btptf CLI we allow an export of dedicated levels only (e.g. only directory, only subaccount, only CF org). This should help decrease the blast radius when using the configuration but also keeping the customer way from Terraform state monoliths aka Terraliths. However we should give the user some guidance on existing dependencies like "this subaccount can only exists if this directory exists"

Describe the solution you would like

One option would be to generate a Markdown file (e.g. NextSteps.md) that lays out the points to consider after creating the configuration. This should comprise general topics like extracting IDs to variables etc. and specific points like the aforementioned dependencies

Describe alternatives you have considered

Alternatives should be discussed as the provided solution is a first idea.

Additional context

n/a

github-actions[bot] commented 3 weeks ago

Thanks for the feature request. We evaluate it and update the issue accordingly.

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

lechnerc77 commented 3 weeks ago

Fixed by PR for Next Steps see #133