Skip to content

Commit

Permalink
Fix syntax highlighting issue from Example Usage (#4647)
Browse files Browse the repository at this point in the history
This section of the site:

> https://www.terraform.io/docs/providers/google/r/cloudfunctions_function.html#example-usage

Currently appears malformed. I believe this is because the opening code block too close to normal text. This just moves it down another line.
  • Loading branch information
dydx authored and rileykarson committed Oct 10, 2019
1 parent 583d59c commit 0263d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/cloudfunctions_function.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ for Cloud Functions.
## Example Usage

Secured function with a user allowed to invoke:

```hcl
resource "google_storage_bucket" "bucket" {
name = "test-bucket"
Expand Down

0 comments on commit 0263d6f

Please sign in to comment.