Skip to content

Commit

Permalink
Update the doc for datasource instance_size
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed May 12, 2021
1 parent dd2e51e commit 406bbea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/data-sources/instance_size.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ Most common usage will probably be to supply a size to instances:
data "civo_instances_size" "small" {
filter {
key = "name"
values = ["small"]
values = ["g3.small"]
match_by = "re"
}
filter {
key = "type"
values = ["instance"]
}
}
resource "civo_instance" "my-test-instance" {
Expand Down

0 comments on commit 406bbea

Please sign in to comment.