-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathfixtures.us-east-2.tfvars
More file actions
51 lines (27 loc) · 736 Bytes
/
fixtures.us-east-2.tfvars
File metadata and controls
51 lines (27 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
enabled = true
region = "us-east-2"
namespace = "eg"
environment = "ue2"
stage = "test"
name = "mwaa-test"
availability_zones = ["us-east-2a", "us-east-2b"]
airflow_version = "2.8.1"
dag_s3_path = "dags"
environment_class = "mw1.small"
min_workers = 1
max_workers = 10
worker_replacement_strategy = "FORCED"
webserver_access_mode = "PRIVATE_ONLY"
dag_processing_logs_enabled = true
dag_processing_logs_level = "INFO"
scheduler_logs_enabled = true
scheduler_logs_level = "INFO"
task_logs_enabled = true
task_logs_level = "INFO"
webserver_logs_enabled = true
webserver_logs_level = "INFO"
worker_logs_enabled = true
worker_logs_level = "INFO"
airflow_configuration_options = {
"core.default_task_retries" = 16
}