Skip to content

Commit

Permalink
reference playground 2 network interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Sep 25, 2024
1 parent a18d5a7 commit c24fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/playground/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ resource "aws_instance" "playground2" {
}

network_interface {
network_interface_id = aws_network_interface.playground.id
network_interface_id = aws_network_interface.playground2.id
device_index = 0
}

Expand Down

0 comments on commit c24fb92

Please sign in to comment.