Fix error message

This commit is contained in:
Julio Castillo 2023-09-07 10:52:30 +02:00
parent 0822531b78
commit d7dcec3389
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ variable "organization" {
condition = var.organization == null || (
try(var.organization.runtime_type, null) == "CLOUD" || !try(var.organization.disable_vpc_peering, false)
)
error_message = "Disabling the VPC peering can only be done in organization using the CLOUD runtime"
error_message = "Disabling the VPC peering can only be done in organization using the CLOUD runtime."
}
validation {
condition = var.organization == null || (