Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseHoch authored and JesseHoch committed Apr 10, 2024
1 parent a616993 commit 64007f4
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 @@ -36,7 +36,7 @@ resource "aws_instance" "web" {

user_data = <<-EOF
#!/bin/bash
echo "Hello, Everyone" > index.html
echo "Hello, Everyone!" > index.html
nohup busybox httpd -f -p 8080 &
EOF
}
Expand Down

0 comments on commit 64007f4

Please sign in to comment.