Skip to content

Commit b30e52d

Browse files
committed
removed items from default services
1 parent 467bb72 commit b30e52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "notification_channel" {
1717

1818
variable "additional_tags" {
1919
type = list(string)
20-
default = ["group:TME_IMS_Middleware_Systems", "service:k8s"]
20+
default = []
2121
}
2222

2323
variable "filter_str" {

0 commit comments

Comments
 (0)