We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf7fe7 commit e19aadaCopy full SHA for e19aada
.env
@@ -7,10 +7,10 @@ HEALTH_CHECK_PATH="/"
7
# AWS tf infra output names
8
S3_BUCKET_OUTPUT_NAME="s3_bucket_name"
9
DYNAMODB_TABLE_OUTPUT_NAME="dynamodb_lock_table_name"
10
-LOG_RETENTION_DAYS_IN_CLOUDWATCH="3"
11
-FARGATE_CPU="1024"
12
-FARGATE_MEMORY="2048"
13
-TASK_DESIRED_COUNT="1"
+LOG_RETENTION_DAYS_IN_CLOUDWATCH=3
+FARGATE_CPU=1024
+FARGATE_MEMORY=2048
+TASK_DESIRED_COUNT=1
14
15
# terraform configuration files paths
16
PRE_TERRAFORM_DIR="./00-tf-infra"
0 commit comments