We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3646eb4 + 64e3652 commit 2adb0ceCopy full SHA for 2adb0ce
2 files changed
databricks.yml
@@ -2,8 +2,11 @@ bundle:
2
name: migration-accelerator
3
4
include:
5
+ - tags.yml
6
- resources/*.yml
7
8
targets:
9
dev:
- default: true
10
+ default: true
11
+ presets:
12
+ tags: ${var.global_project_tag}
tags.yml
@@ -0,0 +1,8 @@
1
+# tags.yml
+
+variables:
+ global_project_tag:
+ description: "A tag applied to every resource in the bundle."
+ type: complex
+ default:
+ Project: migration-accelerator
0 commit comments