File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ output "auto_scaling_group_id" {
2+ value = " ${ aws_autoscaling_group . application_cluster_appserver_auto_scaling_group . id } "
3+ }
4+
5+ output "auto_scaling_group_arn" {
6+ value = " ${ aws_autoscaling_group . application_cluster_appserver_auto_scaling_group . arn } "
7+ }
8+
9+ output "auto_scaling_group_name" {
10+ value = " ${ aws_autoscaling_group . application_cluster_appserver_auto_scaling_group . name } "
11+ }
12+
13+ output "launch_configuration_id" {
14+ value = " ${ aws_launch_configuration . application_cluster_appserver_launch_configuration . id } "
15+ }
16+
17+ output "launch_configuration_name" {
18+ value = " ${ aws_launch_configuration . application_cluster_appserver_launch_configuration . name } "
19+ }
20+
21+ output "target_group_id" {
22+ value = " ${ aws_lb_target_group . application_cluster_target_group . id } "
23+ }
24+
25+ output "target_group_arn" {
26+ value = " ${ aws_lb_target_group . application_cluster_target_group . arn } "
27+ }
28+
29+ output "target_group_name" {
30+ value = " ${ aws_lb_target_group . application_cluster_target_group . name } "
31+ }
You can’t perform that action at this time.
0 commit comments