Skip to content

Commit 745aad6

Browse files
committed
examples: improve the examples
1 parent 52e0834 commit 745aad6

File tree

4 files changed

+0
-110
lines changed

4 files changed

+0
-110
lines changed

examples/complete/outputs.tf

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -194,33 +194,3 @@ output "this_alarm_rule_webhook" {
194194
description = "The webhook that is called when the alarm is triggered. "
195195
value = module.redis_example.this_alarm_rule_webhook
196196
}
197-
198-
output "this_alarm_rule_sharding_cpu_usage_status" {
199-
description = "The current alarm sharding cpu usage rule status. "
200-
value = module.redis_example.this_alarm_rule_sharding_cpu_usage_status
201-
}
202-
203-
output "this_alarm_rule_sharding_connection_usage_status" {
204-
description = "The current alarm sharding connection usage rule status. "
205-
value = module.redis_example.this_alarm_rule_sharding_connection_usage_status
206-
}
207-
208-
output "this_alarm_rule_sharding_max_rt_status" {
209-
description = "The current alarm sharding max rt rule status. "
210-
value = module.redis_example.this_alarm_rule_sharding_max_rt_status
211-
}
212-
213-
output "this_alarm_rule_sharding_memory_usage_status" {
214-
description = "The current alarm sharding memory usage rule status. "
215-
value = module.redis_example.this_alarm_rule_sharding_memory_usage_status
216-
}
217-
218-
output "this_alarm_rule_sharding_used_connection_status" {
219-
description = "The current alarm sharding used connection rule status. "
220-
value = module.redis_example.this_alarm_rule_sharding_used_connection_status
221-
}
222-
223-
output "this_alarm_rule_sharding_used_memory_status" {
224-
description = "The current alarm sharding used memory rule status. "
225-
value = module.redis_example.this_alarm_rule_sharding_used_memory_status
226-
}

examples/using-existing-redis-instance/outputs.tf

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -197,33 +197,3 @@ output "this_alarm_rule_webhook" {
197197
description = "The webhook that is called when the alarm is triggered. "
198198
value = module.redis_example.this_alarm_rule_webhook
199199
}
200-
201-
output "this_alarm_rule_sharding_cpu_usage_status" {
202-
description = "The current alarm sharding cpu usage rule status. "
203-
value = module.redis_example.this_alarm_rule_sharding_cpu_usage_status
204-
}
205-
206-
output "this_alarm_rule_sharding_connection_usage_status" {
207-
description = "The current alarm sharding connection usage rule status. "
208-
value = module.redis_example.this_alarm_rule_sharding_connection_usage_status
209-
}
210-
211-
output "this_alarm_rule_sharding_max_rt_status" {
212-
description = "The current alarm sharding max rt rule status. "
213-
value = module.redis_example.this_alarm_rule_sharding_max_rt_status
214-
}
215-
216-
output "this_alarm_rule_sharding_memory_usage_status" {
217-
description = "The current alarm sharding memory usage rule status. "
218-
value = module.redis_example.this_alarm_rule_sharding_memory_usage_status
219-
}
220-
221-
output "this_alarm_rule_sharding_used_connection_status" {
222-
description = "The current alarm sharding used connection rule status. "
223-
value = module.redis_example.this_alarm_rule_sharding_used_connection_status
224-
}
225-
226-
output "this_alarm_rule_sharding_used_memory_status" {
227-
description = "The current alarm sharding used memory rule status. "
228-
value = module.redis_example.this_alarm_rule_sharding_used_memory_status
229-
}

examples/using-submodule-complete-redis-4.0/outputs.tf

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -197,34 +197,4 @@ output "this_alarm_rule_enabled" {
197197
output "this_alarm_rule_webhook" {
198198
description = "The webhook that is called when the alarm is triggered. "
199199
value = module.redis_example.this_alarm_rule_webhook
200-
}
201-
202-
output "this_alarm_rule_sharding_cpu_usage_status" {
203-
description = "The current alarm sharding cpu usage rule status. "
204-
value = module.redis_example.this_alarm_rule_sharding_cpu_usage_status
205-
}
206-
207-
output "this_alarm_rule_sharding_connection_usage_status" {
208-
description = "The current alarm sharding connection usage rule status. "
209-
value = module.redis_example.this_alarm_rule_sharding_connection_usage_status
210-
}
211-
212-
output "this_alarm_rule_sharding_max_rt_status" {
213-
description = "The current alarm sharding max rt rule status. "
214-
value = module.redis_example.this_alarm_rule_sharding_max_rt_status
215-
}
216-
217-
output "this_alarm_rule_sharding_memory_usage_status" {
218-
description = "The current alarm sharding memory usage rule status. "
219-
value = module.redis_example.this_alarm_rule_sharding_memory_usage_status
220-
}
221-
222-
output "this_alarm_rule_sharding_used_connection_status" {
223-
description = "The current alarm sharding used connection rule status. "
224-
value = module.redis_example.this_alarm_rule_sharding_used_connection_status
225-
}
226-
227-
output "this_alarm_rule_sharding_used_memory_status" {
228-
description = "The current alarm sharding used memory rule status. "
229-
value = module.redis_example.this_alarm_rule_sharding_used_memory_status
230200
}

examples/using-submodule-complete-redis-5.0/outputs.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -197,24 +197,4 @@ output "this_alarm_rule_enabled" {
197197
output "this_alarm_rule_webhook" {
198198
description = "The webhook that is called when the alarm is triggered. "
199199
value = module.redis_example.this_alarm_rule_webhook
200-
}
201-
202-
output "this_alarm_rule_sharding_cpu_usage_status" {
203-
description = "The current alarm sharding cpu usage rule status. "
204-
value = module.redis_example.this_alarm_rule_sharding_cpu_usage_status
205-
}
206-
207-
output "this_alarm_rule_sharding_connection_usage_status" {
208-
description = "The current alarm sharding connection usage rule status. "
209-
value = module.redis_example.this_alarm_rule_sharding_connection_usage_status
210-
}
211-
212-
output "this_alarm_rule_sharding_max_rt_status" {
213-
description = "The current alarm sharding max rt rule status. "
214-
value = module.redis_example.this_alarm_rule_sharding_max_rt_status
215-
}
216-
217-
output "this_alarm_rule_sharding_memory_usage_status" {
218-
description = "The current alarm sharding memory usage rule status. "
219-
value = module.redis_example.this_alarm_rule_sharding_memory_usage_status
220200
}

0 commit comments

Comments
 (0)