Skip to content

Commit

Permalink
fixed the linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jnayak-moj committed Feb 14, 2025
1 parent 15070c5 commit 2077dd7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ locals {
}
"airflow-prod" = {
name = "airflow-prod-workgroup"
}
"airflow-athena-spark" = {
name = "airflow-athena-spark"
}
}
"airflow-dev-hmcts" = {
name = "airflow-dev-workgroup-hmcts"
business_unit = "HMCTS"
Expand All @@ -29,6 +26,9 @@ locals {
"dbt-avature" = {
name = "dbt-avature"
}
"dbt-athena-spark" = {
name = "dbt-athena-spark"
}
}
}

Expand Down

0 comments on commit 2077dd7

Please sign in to comment.