How import Global account ? #235
-
|
Dear, I try to export my root global account this but nothing works, any idee to hlep me ? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Hi @Slydew , the Terraform Exporter for SAP BTP does not enable the export of a complete global account in one run.
To execute the setup you must provide the corresponding environment variables like global account subdomain via You find more details about the parameters in the documentation https://sap.github.io/terraform-exporter-btp/prerequisites/. This design decision and consequent opinionated import flow was made to avoid the import and consequently the management of a Terralithic configuration and state. |
Beta Was this translation helpful? Give feedback.
As mentioned before: You cannot export the complete Global Account.
You must set environment variable
BTP_GLOBALACCOUNTwithe the subdomain of global account. The use the corresponding ID of the level you want to export which is directory, subaccount or CF organization.I think the documentation located at https://sap.github.io/terraform-exporter-btp/ gives a good walk through on how to get started with the import that you should use to familiarize with the approach.