From ccbc1aee8e1a6fe1ac9c225605db8b699db46ba2 Mon Sep 17 00:00:00 2001 From: psihachina Date: Thu, 22 Sep 2022 17:38:34 +0300 Subject: [PATCH] added timeout for ecs applications in ize.toml This is need for viper can read these apps. --- examples/ecs-apps-monorepo/.ize/env/testnut/ize.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ecs-apps-monorepo/.ize/env/testnut/ize.toml b/examples/ecs-apps-monorepo/.ize/env/testnut/ize.toml index 5fb99df8b..36b684ddf 100644 --- a/examples/ecs-apps-monorepo/.ize/env/testnut/ize.toml +++ b/examples/ecs-apps-monorepo/.ize/env/testnut/ize.toml @@ -27,7 +27,7 @@ terraform_version = "1.2.6" # (optional) Terraform version can be se root_domain_name = "examples.ize.sh" # (optional) Root domain name can be set here. This is the main domain that will be passed to the terraform. Generally if your app lives at 'api.dev.nutcorp.net' the root domain is `nutcorp.net` [ecs.squibby] -# timeout = "" # (optional) ECS deployment timeout can be specified here. +timeout = 0 # (optional) ECS deployment timeout can be specified here. # docker_registry = "" # (optional) Docker registry can be set here. By default it uses ECR repo with the name of the service. # skip_deploy = false # skip deploy app # path = "" # (optional) Path to ecs app folder can be specified here. By default it's derived from apps path and app name. @@ -38,7 +38,7 @@ root_domain_name = "examples.ize.sh" # (optional) Root domain name can be set [ecs.goblin] -# timeout = "" # (optional) ECS deployment timeout can be specified here. +timeout = 0 # (optional) ECS deployment timeout can be specified here. # docker_registry = "" # (optional) Docker registry can be set here. By default it uses ECR repo with the name of the service. # skip_deploy = false # skip deploy app # path = "" # (optional) Path to ecs app folder can be specified here. By default it's derived from apps path and app name.