Skip to content

Commit 2adb0ce

Browse files
Merge pull request #4 from thisisqubika/tagging-implementation
Added tags to track costs across resources
2 parents 3646eb4 + 64e3652 commit 2adb0ce

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

databricks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ bundle:
22
name: migration-accelerator
33

44
include:
5+
- tags.yml
56
- resources/*.yml
67

78
targets:
89
dev:
9-
default: true
10+
default: true
11+
presets:
12+
tags: ${var.global_project_tag}

tags.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# tags.yml
2+
3+
variables:
4+
global_project_tag:
5+
description: "A tag applied to every resource in the bundle."
6+
type: complex
7+
default:
8+
Project: migration-accelerator

0 commit comments

Comments
 (0)