File tree Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2017-2018 Cloud Posse, LLC
189
+ Copyright 2017-2019 Cloud Posse, LLC
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ Available targets:
162
162
| alarm | CloudWatch Alarm ID |
163
163
| ebs_ids | IDs of EBSs |
164
164
| id | Disambiguated ID of the instance |
165
- | network_interface_id | ID of the network interface that was created with the instance |
166
165
| primary_network_interface_id | ID of the instance's primary network interface |
167
166
| private_dns | Private DNS of instance |
168
167
| private_ip | Private IP of instance |
Original file line number Diff line number Diff line change 58
58
| alarm | CloudWatch Alarm ID |
59
59
| ebs_ids | IDs of EBSs |
60
60
| id | Disambiguated ID of the instance |
61
- | network_interface_id | ID of the network interface that was created with the instance |
62
61
| primary_network_interface_id | ID of the instance's primary network interface |
63
62
| private_dns | Private DNS of instance |
64
63
| private_ip | Private IP of instance |
Original file line number Diff line number Diff line change @@ -57,8 +57,3 @@ output "primary_network_interface_id" {
57
57
description = " ID of the instance's primary network interface"
58
58
value = " ${ join (" " , aws_instance. default . * . primary_network_interface_id )} "
59
59
}
60
-
61
- output "network_interface_id" {
62
- description = " ID of the network interface that was created with the instance"
63
- value = " ${ join (" " , aws_instance. default . * . network_interface_id )} "
64
- }
You can’t perform that action at this time.
0 commit comments