Changed count index, made a boo boo

This commit is contained in:
Patrick de Ruiter 2021-06-22 23:42:43 +02:00
parent 8a5f158873
commit 2f460799c9

View File

@ -64,7 +64,7 @@ data "template_file" "user_data" {
resource "aws_eip" "this" {
vpc = true
instance = aws_instance.instance.id[0]
instance = aws_instance.instance[0].id
}
resource "aws_network_interface" "interface" {