Skip to content

Commit

Permalink
added nonstrict tag search
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferInLove committed Apr 5, 2022
1 parent dbee8f6 commit 793d67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ out:
}

if value, ok := vmTags[keyValue[0]]; ok {
if keyValue[1] != *value {
if !strings.Contains(*value, keyValue[1]) {
continue out
}
} else {
Expand Down

0 comments on commit 793d67f

Please sign in to comment.