Skip to content

Commit 86e4a22

Browse files
committed
feat: Adding second change
1 parent 4d671f7 commit 86e4a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BuildResources.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ resource "azurerm_resource_group" "example" {
44
location = "UK South"
55
tags = {
66
"Release Version" = data.github_release.latestGHRelease.release_tag
7+
"AddedAnotherTag" = "AnotherTag"
78
}
89
}
910

0 commit comments

Comments
 (0)