Skip to content

Commit

Permalink
Adding apache airflow module
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 31, 2024
1 parent d037fba commit 97cdff2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ locals {
space_id = "root"
version_number = "0.0.12"
}

airflow = {
github_enterprise = {
namespace = "Sage-Bionetworks-Workflows"
id = "sage-bionetworks-workflows-gh"
}
repository = "eks-stack"

name = "airflow"
terraform_provider = "aws"
administrative = false
branch = "ibcdpe-1007-monitoring"
description = "Helm chart deployment for apache airflow."
project_root = "modules/apache-airflow"
space_id = "root"
version_number = "0.0.1"
}
}
}

Expand Down

0 comments on commit 97cdff2

Please sign in to comment.