Skip to content

Commit

Permalink
aiven-service:kafka-prod replaced with the default
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-devnull committed May 5, 2021
1 parent c04b4b6 commit e65648c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion unusual_consumer_fetch_time-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ variable "unusual_consumer_fetch_time_docs" {

variable "unusual_consumer_fetch_time_filter_override" {
type = string
default = "aiven-service:kafka-prod"
default = ""
}

variable "unusual_consumer_fetch_time_alerting_enabled" {
Expand Down
2 changes: 1 addition & 1 deletion unusual_fetch_failures-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "unusual_fetch_failures_docs" {

variable "unusual_fetch_failures_filter_override" {
type = string
default = "aiven-service:kafka-prod"
default = ""
}

variable "unusual_fetch_failures_alerting_enabled" {
Expand Down
2 changes: 1 addition & 1 deletion unusual_follower_fetch_time-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variable "unusual_follower_fetch_time_docs" {

variable "unusual_follower_fetch_time_filter_override" {
type = string
default = "aiven-service:kafka-prod"
default = ""
}

variable "unusual_follower_fetch_time_alerting_enabled" {
Expand Down
2 changes: 1 addition & 1 deletion unusual_produce_failures-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "unusual_produce_failures_docs" {

variable "unusual_produce_failures_filter_override" {
type = string
default = "aiven-service:kafka-prod"
default = ""
}

variable "unusual_produce_failures_alerting_enabled" {
Expand Down
2 changes: 1 addition & 1 deletion unusual_produce_time-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "unusual_produce_time_docs" {

variable "unusual_produce_time_filter_override" {
type = string
default = "aiven-service:kafka-prod"
default = ""
}

variable "unusual_produce_time_alerting_enabled" {
Expand Down

0 comments on commit e65648c

Please sign in to comment.