Skip to content

Commit

Permalink
Merge pull request #536 from JesseHoch/update-tfc-backend
Browse files Browse the repository at this point in the history
test
  • Loading branch information
JesseHoch authored Apr 10, 2024
2 parents 7645669 + a616993 commit efbd4d8
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, World" > index.html
echo "Hello, Everyone" > index.html
nohup busybox httpd -f -p 8080 &
EOF
}
Expand Down

0 comments on commit efbd4d8

Please sign in to comment.