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
2 changes: 1 addition & 1 deletion files/deploy_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cat << EOM > /var/www/html/index.html
<!-- BEGIN -->
<center><img src="http://${PLACEHOLDER}/${WIDTH}/${HEIGHT}"></img></center>
<center><h2>Meow World!</h2></center>
Welcome to ${PREFIX}'s app. Replace this text with your own.
Welcome to ${PREFIX}'s app. Athan Workshop for Terraform.
<!-- END -->

</div>
Expand Down
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ resource "aws_instance" "hashicat" {
associate_public_ip_address = true
subnet_id = aws_subnet.hashicat.id
vpc_security_group_ids = [aws_security_group.hashicat.id]

department_tag = devops
billable_tag = true
tags = {
Name = "${var.prefix}-hashicat-instance"
}
Expand Down