Skip to content

Commit

Permalink
Remove deprecated network_interface_id from outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknom committed Jun 19, 2019
1 parent 19f1b47 commit 718e4f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ output "instance_key_name" {
description = "The key name of the instance."
}

output "instance_network_interface_id" {
value = "${aws_instance.default.network_interface_id}"
description = "The ID of the network interface that was created with the instance."
}

output "instance_primary_network_interface_id" {
value = "${aws_instance.default.primary_network_interface_id}"
description = "The ID of the instance's primary network interface."
Expand Down

0 comments on commit 718e4f2

Please sign in to comment.