Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions classes/04class/exercises/c04-iac04/julio-pimentel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# C04-IAC04

## Command Execution Output
- [output.txt](output.txt)
- [terraform-apply.txt](terraform-apply.txt)
- [terraform-code/](terraform-code/)

## Questions:
- What is the benefit of having the Terraform code for the resources within the module you've created?
- It is a better way to organise the code when you have a project with several resources.

***
Answer for exercise [c04-iac04](https://github.com/devopsacademyau/academy/blob/c41e824fb2a2c55e3a30b2371a87e3a7551b6741/classes/04class/exercises/c04-iac04/README.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$ curl c04-iac04-alb-370937775.ap-southeast-2.elb.amazonaws.com
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
Loading