File tree Expand file tree Collapse file tree 3 files changed +37
-37
lines changed
basic-local-with-requirements Expand file tree Collapse file tree 3 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,26 @@ provider "aws" {
12
12
}
13
13
14
14
module "airflow" {
15
- source = " datarootsio/ecs-airflow/aws"
15
+ source = " datarootsio/ecs-airflow/aws"
16
16
17
- resource_prefix = " my-awesome-company"
18
- resource_suffix = " env"
17
+ resource_prefix = " my-awesome-company"
18
+ resource_suffix = " env"
19
19
20
- vpc_id = " vpc-123456"
21
- public_subnet_ids = [" subnet-456789" , " subnet-098765" ]
20
+ vpc_id = " vpc-123456"
21
+ public_subnet_ids = [" subnet-456789" , " subnet-098765" ]
22
22
23
- use_https = false
23
+ use_https = false
24
24
25
- airflow_executor = " Local"
26
- airflow_py_requirements_path = " ./requirements.txt"
27
- airflow_variables = {
28
- AIRFLOW__WEBSERVER__NAVBAR_COLOR : " #e27d60"
29
- }
25
+ airflow_executor = " Local"
26
+ airflow_py_requirements_path = " ./requirements.txt"
27
+ airflow_variables = {
28
+ AIRFLOW__WEBSERVER__NAVBAR_COLOR : " #e27d60"
29
+ }
30
30
31
- rds_username = " airflow"
32
- rds_password = " super-secret-pass"
33
- rds_availability_zone = " eu-west-1a"
34
- rds_deletion_protection = false
31
+ rds_username = " airflow"
32
+ rds_password = " super-secret-pass"
33
+ rds_availability_zone = " eu-west-1a"
34
+ rds_deletion_protection = false
35
35
}
36
36
37
37
output "airflow_alb_dns" {
Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ provider "aws" {
12
12
}
13
13
14
14
module "airflow" {
15
- source = " datarootsio/ecs-airflow/aws"
15
+ source = " datarootsio/ecs-airflow/aws"
16
16
17
- resource_prefix = " my-awesome-company"
18
- resource_suffix = " env"
17
+ resource_prefix = " my-awesome-company"
18
+ resource_suffix = " env"
19
19
20
- vpc_id = " vpc-123456"
21
- public_subnet_ids = [" subnet-456789" , " subnet-098765" ]
20
+ vpc_id = " vpc-123456"
21
+ public_subnet_ids = [" subnet-456789" , " subnet-098765" ]
22
22
23
- airflow_executor = " Sequential"
24
- airflow_py_requirements_path = " ./requirements.txt"
25
- airflow_authentication = " rbac"
26
- airflow_variables = {
27
- AIRFLOW__WEBSERVER__NAVBAR_COLOR : " #e27d60"
28
- }
23
+ airflow_executor = " Sequential"
24
+ airflow_py_requirements_path = " ./requirements.txt"
25
+ airflow_authentication = " rbac"
26
+ airflow_variables = {
27
+ AIRFLOW__WEBSERVER__NAVBAR_COLOR : " #e27d60"
28
+ }
29
29
30
- use_https = false
30
+ use_https = false
31
31
}
32
32
33
33
output "airflow_alb_dns" {
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ provider "aws" {
12
12
}
13
13
14
14
module "airflow" {
15
- source = " datarootsio/ecs-airflow/aws"
15
+ source = " datarootsio/ecs-airflow/aws"
16
16
17
- resource_prefix = " my-awesome-company"
18
- resource_suffix = " env"
17
+ resource_prefix = " my-awesome-company"
18
+ resource_suffix = " env"
19
19
20
- vpc_id = " vpc-123456"
21
- public_subnet_ids = [" subnet-456789" , " subnet-098765" ]
20
+ vpc_id = " vpc-123456"
21
+ public_subnet_ids = [" subnet-456789" , " subnet-098765" ]
22
22
23
- airflow_executor = " Sequential"
24
- airflow_variables = {
25
- AIRFLOW__WEBSERVER__NAVBAR_COLOR : " #e27d60"
26
- }
23
+ airflow_executor = " Sequential"
24
+ airflow_variables = {
25
+ AIRFLOW__WEBSERVER__NAVBAR_COLOR : " #e27d60"
26
+ }
27
27
28
- use_https = false
28
+ use_https = false
29
29
}
30
30
31
31
output "airflow_alb_dns" {
You can’t perform that action at this time.
0 commit comments