Skip to content

Commit

Permalink
Merge pull request #16 from alexwlchan/fix-integer-highlighting
Browse files Browse the repository at this point in the history
Add whitespace so syntax highlighting works in random_integer example
  • Loading branch information
tombuildsstuff authored Dec 7, 2017
2 parents c80ac07 + 8d356b0 commit e6526ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/integer.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exist concurrently.

The following example shows how to generate a random priority between 1 and 99999 for
a `aws_alb_listener_rule` resource:

```hcl
resource "random_integer" "priority" {
min = 1
Expand Down

0 comments on commit e6526ec

Please sign in to comment.