File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 4
4
this_key_name = " ${ compact (concat (coalescelist (aws_instance. this . * . key_name , aws_instance. this_t2 . * . key_name ), list (" " )))} "
5
5
this_public_dns = " ${ compact (concat (coalescelist (aws_instance. this . * . public_dns , aws_instance. this_t2 . * . public_dns ), list (" " )))} "
6
6
this_public_ip = " ${ compact (concat (coalescelist (aws_instance. this . * . public_ip , aws_instance. this_t2 . * . public_ip ), list (" " )))} "
7
- this_network_interface_id = " ${ compact (concat (coalescelist (aws_instance. this . * . network_interface_id , aws_instance. this_t2 . * . network_interface_id ), list (" " )))} "
8
7
this_primary_network_interface_id = " ${ compact (concat (coalescelist (aws_instance. this . * . primary_network_interface_id , aws_instance. this_t2 . * . primary_network_interface_id ), list (" " )))} "
9
8
this_private_dns = " ${ compact (concat (coalescelist (aws_instance. this . * . private_dns , aws_instance. this_t2 . * . private_dns ), list (" " )))} "
10
9
this_private_ip = " ${ compact (concat (coalescelist (aws_instance. this . * . private_ip , aws_instance. this_t2 . * . private_ip ), list (" " )))} "
@@ -46,11 +45,6 @@ output "public_ip" {
46
45
value = [" ${ local . this_public_ip } " ]
47
46
}
48
47
49
- output "network_interface_id" {
50
- description = " List of IDs of the network interface of instances"
51
- value = [" ${ local . this_network_interface_id } " ]
52
- }
53
-
54
48
output "primary_network_interface_id" {
55
49
description = " List of IDs of the primary network interface of instances"
56
50
value = [" ${ local . this_primary_network_interface_id } " ]
You can’t perform that action at this time.
0 commit comments