Skip to content

Commit

Permalink
Merge pull request #2 from sp9826086/cloudchamp
Browse files Browse the repository at this point in the history
Cloudchamp
  • Loading branch information
sp9826086 authored Aug 25, 2024
2 parents 01e1b64 + 7754569 commit fef7f95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("this is my third file")
print("this is my fifth file")
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resource "aws_instance" "web" {
ami = "ami-1234567890123"
instance_type = "t2.micro"
vpc_security_group_ids = ["${aws_security_group.web.id}"]
}

0 comments on commit fef7f95

Please sign in to comment.