Skip to content

Commit

Permalink
terraform/all-in-one.md: add syntax highlighting (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras authored Mar 22, 2024
1 parent c4f0d1f commit c34fd21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/all-in-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _Note:_ You need to mark scripts as executable (`chmod +x`)

### ./decrypt-ssh-secrets.sh

```
```bash
#!/usr/bin/env bash

mkdir -p etc/ssh var/lib/secrets
Expand All @@ -65,7 +65,7 @@ done

### ./decrypt-zfs-key.sh

```
```bash
#!/usr/bin/env bash

set -euo pipefail
Expand Down

0 comments on commit c34fd21

Please sign in to comment.