Skip to content

Commit

Permalink
Merge pull request #1 from elmi70/start-markdown
Browse files Browse the repository at this point in the history
Start markdown
  • Loading branch information
elmi70 authored Mar 5, 2024
2 parents fba90ce + ebceaed commit 4b094ad
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# my header 1

![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)

``` terraform
resource "aws_instance" "app_server" {
ami = "ami-08d70e59c07c61a3a"
instance_type = "t2.micro"
tags = {
Name = "ExampleAppServerInstance"
}
}
```
- [x] AZ104
- [x] Terraform associate
- [ ] cka

0 comments on commit 4b094ad

Please sign in to comment.