Skip to content

Commit

Permalink
Add code fence to docs for MongoDB. 🤦‍ (#654)
Browse files Browse the repository at this point in the history
* Add code fence to docs for MongoDB. 🤦‍

* Prep v2.10.1 release.
  • Loading branch information
andrewsomething authored Jun 29, 2021
1 parent 1712374 commit 266cb44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.10.1 (June 29, 2021)

BUG FIXES:

- docs: Add code fence to docs for MongoDB.

## 2.10.0 (June 29, 2021)

IMPROVEMENTS:
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/database_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ resource "digitalocean_database_cluster" "redis-example" {
```

### Create a new MongoDB database cluster
```hcl
resource "digitalocean_database_cluster" "mongodb-example" {
name = "example-mongo-cluster"
engine = "mongodb"
Expand All @@ -53,6 +54,7 @@ resource "digitalocean_database_cluster" "mongodb-example" {
region = "nyc3"
node_count = 1
}
```

## Argument Reference

Expand Down

0 comments on commit 266cb44

Please sign in to comment.