Skip to content

Commit d8b67fc

Browse files
committed
Release: v0.1.5
1 parent 99ecaa8 commit d8b67fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ variable "agent_space_description" {
2020
}
2121

2222
variable "agentspace_region" {
23-
description = "AWS region where the Agent Space is deployed. Supported regions: us-east-1, us-west-2, eu-west-1, eu-west-2, eu-central-1, ap-southeast-2, ap-northeast-1."
23+
description = "AWS region where the Agent Space is deployed. Supported regions: us-east-1, us-west-2, ca-central-1, sa-east-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, eu-west-2."
2424
type = string
2525
validation {
26-
condition = contains(["us-east-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-central-1", "ap-southeast-2", "ap-northeast-1"], var.agentspace_region)
27-
error_message = "Agent Space can only be deployed in us-east-1, us-west-2, eu-west-1, eu-west-2, eu-central-1, ap-southeast-2, or ap-northeast-1."
26+
condition = contains(["us-east-1", "us-west-2", "ca-central-1", "sa-east-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "eu-central-1", "eu-west-1", "eu-west-2"], var.agentspace_region)
27+
error_message = "Agent Space can only be deployed in us-east-1, us-west-2, ca-central-1, sa-east-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-central-1, eu-west-1, or eu-west-2."
2828
}
2929
}
3030

0 commit comments

Comments
 (0)