Skip to content

Commit

Permalink
latest version in Monday's lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 19, 2024
1 parent 292447f commit b93c1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_instance" "py_server" {
app = Flask(__name__)
@app.route('/')
def hello():
return "Hello from Python on AWS via terraform"
return "Hello from Python on AWS via terraform in our lesson"
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)
EOL
Expand Down

0 comments on commit b93c1af

Please sign in to comment.