Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cuotos committed Oct 14, 2024
1 parent 9378041 commit 75f6800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ resource "aws_instance" "instance" {
}

resource "aws_ec2_instance_state" "instance" {
instance_id = aws_instance.id
instance_id = aws_instance.instance.id
state = var.state
}

Expand Down

0 comments on commit 75f6800

Please sign in to comment.