Skip to content

Commit

Permalink
Merge branch 'main' into report-dan
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymaate committed Jun 3, 2024
2 parents e46d80d + 36f2c4e commit 1cf95d2
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 17 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ data/
instance/

# ignore __pycache__ folder
__pycache__/
__pycache__/

# Nimesh Script
mine.sh
51 changes: 35 additions & 16 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ provider "aws" {
}
}

resource "local_file" "url" {
content = "http://${aws_lb.brewbucks-frontend.dns_name}"
filename = "url.txt"
}

data "aws_iam_role" "lab" {
name = "LabRole"
}
Expand Down
1 change: 1 addition & 0 deletions url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://brewbucks-frontend-1003913552.us-east-1.elb.amazonaws.com

0 comments on commit 1cf95d2

Please sign in to comment.