Skip to content

Commit 5f21d84

Browse files
committed
fix region
1 parent 74aec25 commit 5f21d84

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

released/discovery_center/mission_3680/step1/variables.tf

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ variable "subaccount_service_admins" {
3838
variable "region" {
3939
type = string
4040
description = "The region where the sub account shall be created in."
41-
default = "us10"
42-
43-
# Checkout https://github.com/SAP-samples/btp-service-metadata/blob/main/v0/developer/aicore.json for the latest list of regions
44-
# supported by the AI Core service with the "extended" service plan.
45-
validation {
46-
condition = contains(["ap10", "eu10", "eu11", "eu20", "eu30", "jp10", "us10", "us21", "us30"], var.region)
47-
error_message = "Please enter a valid region for the sub account. Checkout https://github.com/SAP-samples/btp-service-metadata/blob/main/v0/developer/aicore.json for regions providing the AI Core service."
48-
}
41+
default = ""
4942
}
5043

5144

0 commit comments

Comments
 (0)