Skip to content

Commit 7eabd5c

Browse files
committed
DTOSS-10700: Use a docker image for the postgres database for the review apps
1 parent 71aa293 commit 7eabd5c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

infrastructure/modules/container-app/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ variable "is_tcp_app" {
7373
description = "Is this a TCP app? If true, ingress is enabled."
7474
type = bool
7575
default = false
76-
77-
validation {
78-
condition = !(var.is_web_app && var.is_tcp_app)
79-
error_message = "Both is_web_app and is_tcp_app cannot be true at the same time. Please choose one."
80-
}
8176
}
8277

8378
variable "port" {

0 commit comments

Comments
 (0)