Skip to content

Commit 500829e

Browse files
authored
enable the unrestricted airflow user (#2006)
1 parent e3bf8a3 commit 500829e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/core/05-departments.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ module "department_unrestricted" {
221221
sso_instance_arn = local.sso_instance_arn
222222
identity_store_id = local.identity_store_id
223223
google_group_admin_display_name = local.google_group_admin_display_name
224+
departmental_airflow_user = true
224225
}
225226

226227
module "department_sandbox" {

0 commit comments

Comments
 (0)