quickstart/sap/variables.tf (8 lines of code) (raw):
variable "globalaccount" {
type = string
description = "The global account where the project account shall be created in."
}
variable "subaccount_id" {
type = string
description = "The ID of the SAP BTP subaccount."
}