diff --git a/databricks.yml b/databricks.yml index 2845be0..7353cdc 100644 --- a/databricks.yml +++ b/databricks.yml @@ -2,8 +2,11 @@ bundle: name: migration-accelerator include: + - tags.yml - resources/*.yml targets: dev: - default: true \ No newline at end of file + default: true + presets: + tags: ${var.global_project_tag} \ No newline at end of file diff --git a/tags.yml b/tags.yml new file mode 100644 index 0000000..3444c26 --- /dev/null +++ b/tags.yml @@ -0,0 +1,8 @@ +# tags.yml + +variables: + global_project_tag: + description: "A tag applied to every resource in the bundle." + type: complex + default: + Project: migration-accelerator