22# Alarm Rule
33# ############
44output "this_alarm_rule_effective_interval" {
5- description = " The interval of effecting alarm rule. "
5+ description = " The interval of effecting alarm rule."
66 value = module. postgres . this_alarm_rule_effective_interval
77}
88
99output "this_alarm_rule_id" {
10- description = " The ID of the alarm rule. "
10+ description = " The ID of the alarm rule."
1111 value = module. postgres . this_alarm_rule_id
1212}
1313
1414output "this_alarm_rule_name" {
15- description = " The alarm name. "
15+ description = " The alarm name."
1616 value = module. postgres . this_alarm_rule_name
1717}
1818
1919output "this_alarm_rule_project" {
20- description = " Monitor project name. "
20+ description = " Monitor project name."
2121 value = module. postgres . this_alarm_rule_project
2222}
2323
2424output "this_alarm_rule_metric" {
25- description = " Name of the monitoring metrics. "
25+ description = " Name of the monitoring metrics."
2626 value = module. postgres . this_alarm_rule_metric
2727}
2828
2929output "this_alarm_rule_dimensions" {
30- description = " Map of the resources associated with the alarm rule. "
30+ description = " Map of the resources associated with the alarm rule."
3131 value = module. postgres . this_alarm_rule_dimensions
3232}
3333
3434output "this_alarm_rule_period" {
35- description = " Index query cycle. "
35+ description = " Index query cycle."
3636 value = module. postgres . this_alarm_rule_period
3737}
3838
3939output "this_alarm_rule_statistics" {
40- description = " Statistical method. "
40+ description = " Statistical method."
4141 value = module. postgres . this_alarm_rule_statistics
4242}
4343
4444output "this_alarm_rule_operator" {
45- description = " Alarm comparison operator. "
45+ description = " Alarm comparison operator."
4646 value = module. postgres . this_alarm_rule_operator
4747}
4848
@@ -52,47 +52,47 @@ output "this_alarm_rule_threshold" {
5252}
5353
5454output "this_alarm_rule_triggered_count" {
55- description = " Number of trigger alarm. "
55+ description = " Number of trigger alarm."
5656 value = module. postgres . this_alarm_rule_triggered_count
5757}
5858
5959output "this_alarm_rule_contact_groups" {
60- description = " List contact groups of the alarm rule. "
60+ description = " List contact groups of the alarm rule."
6161 value = module. postgres . this_alarm_rule_contact_groups
6262}
6363
6464output "this_alarm_rule_silence_time" {
65- description = " Notification silence period in the alarm state. "
65+ description = " Notification silence period in the alarm state."
6666 value = module. postgres . this_alarm_rule_silence_time
6767}
6868
6969output "this_alarm_rule_notify_type" {
70- description = " Notification type. "
70+ description = " Notification type."
7171 value = module. postgres . this_alarm_rule_notify_type
7272}
7373
7474output "this_alarm_rule_enabled" {
75- description = " Whether to enable alarm rule. "
75+ description = " Whether to enable alarm rule."
7676 value = module. postgres . this_alarm_rule_enabled
7777}
7878
7979output "this_alarm_rule_webhook" {
80- description = " The webhook that is called when the alarm is triggered. "
80+ description = " The webhook that is called when the alarm is triggered."
8181 value = module. postgres . this_alarm_rule_webhook
8282}
8383
8484output "this_alarm_rule_cpu_usage_status" {
85- description = " The current alarm cpu usage rule status. "
85+ description = " The current alarm cpu usage rule status."
8686 value = module. postgres . this_alarm_rule_cpu_usage_status
8787}
8888
8989output "this_alarm_rule_disk_usage_status" {
90- description = " The current alarm disk usage rule status. "
90+ description = " The current alarm disk usage rule status."
9191 value = module. postgres . this_alarm_rule_disk_usage_status
9292}
9393
9494output "this_alarm_rule_connection_usage_status" {
95- description = " The current alarm memory usage rule status. "
95+ description = " The current alarm memory usage rule status."
9696 value = module. postgres . this_alarm_rule_connection_usage_status
9797}
9898
@@ -146,17 +146,17 @@ output "this_db_instance_security_ips" {
146146}
147147
148148output "this_db_instance_zone_id" {
149- description = " The zone id in which the Rds instance."
149+ description = " The zone id in which the postgres instance."
150150 value = module. postgres . this_db_instance_zone_id
151151}
152152
153153output "this_db_instance_vswitch_id" {
154- description = " The vswitch id in which the Rds instance."
154+ description = " The vswitch id in which the postgres instance."
155155 value = module. postgres . this_db_instance_vswitch_id
156156}
157157
158158output "this_db_instance_security_group_ids" {
159- description = " The security group ids in which the Rds instance."
159+ description = " The security group ids in which the postgres instance."
160160 value = module. postgres . this_db_instance_security_group_ids
161161}
162162
@@ -170,17 +170,17 @@ output "this_db_instance_tags" {
170170# #################################
171171
172172output "this_db_instance_connection_string" {
173- description = " Postgre SQL instance public connection string"
173+ description = " Postgre SQL instance public connection string. "
174174 value = module. postgres . this_db_instance_connection_string
175175}
176176
177177output "this_db_instance_port" {
178- description = " Postgre SQL instance public connection string "
178+ description = " Postgre SQL instance connection port. "
179179 value = module. postgres . this_db_instance_port
180180}
181181
182182output "this_db_instance_connection_ip_address" {
183- description = " Postgre SQL instance public connection string's ip address"
183+ description = " Postgre SQL instance public connection string's ip address. "
184184 value = module. postgres . this_db_instance_connection_ip_address
185185}
186186
0 commit comments