Skip to content

Commit b69c6d8

Browse files
authored
Adding example for azure tags
1 parent 0c7adfa commit b69c6d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terraform.tfvars.example

+7
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ lm_access_id='<LM access ID>'
33
lm_access_key='<LM access key>'
44

55
azure_region='<region>'
6+
7+
tags = {
8+
Application = "LM Logs Bets"
9+
Environment = "Production/Test/Dev"
10+
Criticality = "Tier 1/Tier 2/Tier 3"
11+
Owner = "Team Name"
12+
}

0 commit comments

Comments
 (0)