Skip to content

Commit

Permalink
fix: Code highlighting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timohirt committed Sep 7, 2020
1 parent 8ec2d67 commit 0da2706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/hetznerdns_zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides details about a Hetzner DNS Zone.

## Example Usage

```
```hcl
data "hetznerdns_zone" "zone1" {
name = "zone1.online"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/hetznerdns_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides a Hetzner DNS Recrods resource to create, update and delete DNS Records

## Example Usage

```
```hcl
data "hetznerdns_zone" "zone1" {
name = "zone1.online"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/hetznerdns_zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides a Hetzner DNS Zone resource to create, update and delete DNS Zones.

## Example Usage

```
```hcl
resource "hetznerdns_zone" "zone1" {
name = "zone1.online"
ttl = 3600
Expand Down

0 comments on commit 0da2706

Please sign in to comment.