Skip to content

Commit

Permalink
Update documetation
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrojnm committed Jun 13, 2020
1 parent dec8290 commit 2127d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/instance.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "civo"
page_title: "DigitalOcean: civo_instance"
page_title: "Civo: civo_instance"
sidebar_current: "docs-civo-datasource-instance"
description: |-
Get information on a Instance.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/instances.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data "civo_instances" "small-size" {
You can filter and sort the results as well:

```hcl
data "digitalocean_droplets" "small-with-backups" {
data "civo_instances" "small-with-backups" {
filter {
key = "size"
values = [g2.small]
Expand All @@ -57,7 +57,7 @@ data "civo_instances_size" "small" {
}
}
data "digitalocean_droplets" "small-with-backups" {
data "civo_instances" "small-with-backups" {
filter {
key = "size"
values = [data.civo_instances_size.small.sizes[1].name]
Expand Down

0 comments on commit 2127d82

Please sign in to comment.