Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ globalaccount = "xxxxxxxxtrial-ga"
# The CLI server URL (needs to be set to null if you are using the default CLI server)
cli_server_url = null

# Region for your subaccount
region = "us10"

# ------------------------------------------------------------------------------------------------------
# USER ROLES
# ------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ variable "cli_server_url" {
default = "https://cli.btp.cloud.sap"
}

variable "region" {
type = string
description = "The region where the subaccount shall be created in."
default = "us10"
}

variable "build_code_admins" {
type = list(string)
description = "Defines the colleagues who are admins for SAP Build Code."
Expand Down