Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Use hcl for syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jan 12, 2017
1 parent 2da59f3 commit d8432c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -140,7 +140,7 @@ $ terraforming <resource> [--profile PROFILE]
$ terraforming s3
```

```go
```hcl
resource "aws_s3_bucket" "hoge" {
bucket = "hoge"
acl = "private"
Expand Down

0 comments on commit d8432c9

Please sign in to comment.