Skip to content

Commit

Permalink
format branch example
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ntaxe770r committed Feb 10, 2022
1 parent 00e322e commit c66e5a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ description: |-
The branch resource allows you to create a Planetscale branch

---
---

# planetscale_branch (Resource)

```terraform
resource "planetscale_branch" "db1" {
organization = "startupheroes"
database = "my-test-database"
parent_branch = "main"
name = "my-pretty-fetaure"
}


```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down

0 comments on commit c66e5a4

Please sign in to comment.