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.
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.
Thanks for the feature request. We evaluate it and update the issue accordingly.
Community Note
Voting for Prioritization
Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
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