Skip to content

Commit 822895f

Browse files
arya-girish-kArya Girish K
andauthored
feat: Added the support to create HPCS instance in eu-fr2 region (#331)
Co-authored-by: Arya Girish K <[email protected]>
1 parent 2f73536 commit 822895f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "region" {
1212
description = "The region where you want to deploy your instance."
1313

1414
validation {
15-
condition = var.auto_initialization_using_recovery_crypto_units != true || contains(["us-south", "us-east"], var.region)
15+
condition = var.auto_initialization_using_recovery_crypto_units != true || contains(["us-south", "us-east", "eu-fr2"], var.region)
1616
error_message = "Currently us-south and us-east are the only supported regions for HPCS instance initialization using recovery crypto units."
1717
}
1818
}

0 commit comments

Comments
 (0)