-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoutputs.tf
195 lines (156 loc) · 6.62 KB
/
outputs.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
output "lightstep_amplify_dashboard_url" {
value = module.lightstep_amplify_dashboard.dashboard_url
description = "Cloud Observability AWS Amplify Dashboard"
}
output "lightstep_apigateway_dashboard_url" {
value = module.lightstep_apigateway_dashboard.dashboard_url
description = "Cloud Observability AWS API Gateway Dashboard"
}
output "lightstep_applicationelb_dashboard_url" {
value = module.lightstep_applicationelb_dashboard.dashboard_url
description = "Cloud Observability AWS Application ELB Dashboard"
}
output "lightstep_athena_dashboard_url" {
value = module.lightstep_athena_dashboard.dashboard_url
description = "Cloud Observability AWS Athena Dashboard"
}
output "lightstep_aurora_dashboard_url" {
value = module.lightstep_aurora_dashboard.dashboard_url
description = "Cloud Observability AWS Aurora Dashboard"
}
output "lightstep_autoscaling_dashboard_url" {
value = module.lightstep_autoscaling_dashboard.dashboard_url
description = "Cloud Observability AWS AutoScaling Dashboard"
}
output "lightstep_backup_dashboard_url" {
value = module.lightstep_backup_dashboard.dashboard_url
description = "Cloud Observability AWS Backup Dashboard"
}
output "lightstep_certificatemanager_dashboard_url" {
value = module.lightstep_certificatemanager_dashboard.dashboard_url
description = "Cloud Observability AWS Certificate Manager Dashboard"
}
output "lightstep_chatbot_dashboard_url" {
value = module.lightstep_chatbot_dashboard.dashboard_url
description = "Cloud Observability AWS Chatbot Dashboard"
}
output "lightstep_chime_dashboard_url" {
value = module.lightstep_chime_dashboard.dashboard_url
description = "Cloud Observability AWS Chime SDK Dashboard"
}
output "lightstep_cloudfront_dashboard_url" {
value = module.lightstep_cloudfront_dashboard.dashboard_url
description = "Cloud Observability AWS CloudFront Dashboard"
}
output "lightstep_cloudhsm_dashboard_url" {
value = module.lightstep_cloudhsm_dashboard.dashboard_url
description = "Cloud Observability AWS CloudHSM Dashboard"
}
output "lightstep_cloudtrail_dashboard_url" {
value = module.lightstep_cloudtrail_dashboard.dashboard_url
description = "Cloud Observability AWS CloudTrail Dashboard"
}
output "lightstep_cognito_dashboard_url" {
value = module.lightstep_cognito_dashboard.dashboard_url
description = "Cloud Observability AWS Cognito Dashboard"
}
output "lightstep_dynamodb_dashboard_url" {
value = module.lightstep_dynamodb_dashboard.dashboard_url
description = "Cloud Observability AWS DynamoDB Dashboard"
}
output "lightstep_ebs_dashboard_url" {
value = module.lightstep_ebs_dashboard.dashboard_url
description = "Cloud Observability AWS EBS Dashboard"
}
output "lightstep_ec2_dashboard_url" {
value = module.lightstep_ec2_dashboard.dashboard_url
description = "Cloud Observability AWS EC2 Dashboard"
}
output "lightstep_ecs_dashboard_url" {
value = module.lightstep_ecs_dashboard.dashboard_url
description = "Cloud Observability AWS ECS Dashboard"
}
output "lightstep_efs_dashboard_url" {
value = module.lightstep_efs_dashboard.dashboard_url
description = "Cloud Observability AWS EFS Dashboard"
}
output "lightstep_eks_node_dashboard_url" {
value = module.lightstep_eks_node_dashboard.dashboard_url
description = "Cloud Observability AWS EKS Node Dashboard"
}
output "lightstep_eks_pod_dashboard_url" {
value = module.lightstep_eks_pod_dashboard.dashboard_url
description = "Cloud Observability AWS EKS Pod Dashboard"
}
output "lightstep_elasticache_redis_dashboard_url" {
value = module.lightstep_elasticache_redis_dashboard.dashboard_url
description = "Cloud Observability AWS ElastiCache (Redis) Dashboard"
}
output "lightstep_elasticmapreduce_dashboard_url" {
value = module.lightstep_elasticmapreduce_dashboard.dashboard_url
description = "Cloud Observability AWS EMR Hadoop 2 Dashboard"
}
output "lightstep_eventbridge_dashboard_url" {
value = module.lightstep_eventbridge_dashboard.dashboard_url
description = "Cloud Observability AWS EventBridge Dashboard"
}
output "lightstep_inspector_dashboard_url" {
value = module.lightstep_inspector_dashboard.dashboard_url
description = "Cloud Observability AWS Inspector Dashboard"
}
output "lightstep_kinesis_dashboard_url" {
value = module.lightstep_kinesis_dashboard.dashboard_url
description = "Cloud Observability AWS Kinesis Dashboard"
}
output "lightstep_lambda_dashboard_url" {
value = module.lightstep_lambda_dashboard.dashboard_url
description = "Cloud Observability AWS Lambda Dashboard"
}
output "lightstep_msk_dashboard_url" {
value = module.lightstep_msk_dashboard.dashboard_url
description = "Cloud Observability AWS MSK Dashboard"
}
output "lightstep_msk_topic_dashboard_url" {
value = module.lightstep_msk_topic_dashboard.dashboard_url
description = "Cloud Observability AWS Kafka Topic Dashboard"
}
output "lightstep_natgateway_dashboard_url" {
value = module.lightstep_natgateway_dashboard.dashboard_url
description = "Cloud Observability AWS NAT Gateway Dashboard"
}
output "lightstep_networkfirewall_dashboard_url" {
value = module.lightstep_networkfirewall_dashboard.dashboard_url
description = "Cloud Observability AWS Network Firewall Dashboard"
}
output "lightstep_rds_dashboard_url" {
value = module.lightstep_rds_dashboard.dashboard_url
description = "Cloud Observability AWS RDS Dashboard"
}
output "lightstep_redshift_dashboard_url" {
value = module.lightstep_redshift_dashboard.dashboard_url
description = "Cloud Observability AWS Redshift Dashboard"
}
output "lightstep_route53_dashboard_url" {
value = module.lightstep_route53_dashboard.dashboard_url
description = "Cloud Observability AWS Route53 Dashboard"
}
output "lightstep_s3_dashboard_url" {
value = module.lightstep_s3_dashboard.dashboard_url
description = "Cloud Observability AWS S3 Dashboard"
}
output "lightstep_ses_dashboard_url" {
value = module.lightstep_ses_dashboard.dashboard_url
description = "Cloud Observability AWS SES Dashboard"
}
output "lightstep_sns_dashboard_url" {
value = module.lightstep_sns_dashboard.dashboard_url
description = "Cloud Observability AWS SNS Dashboard"
}
output "lightstep_sqs_dashboard_url" {
value = module.lightstep_sqs_dashboard.dashboard_url
description = "Cloud Observability AWS SQS Dashboard"
}
output "lightstep_stepfunctions_dashboard_url" {
value = module.lightstep_stepfunctions_dashboard.dashboard_url
description = "Cloud Observability AWS Step Functions Dashboard"
}