Skip to content

Commit

Permalink
Include the 'type' attribute in the boundary_target documentation exa…
Browse files Browse the repository at this point in the history
…mple. (#88)

* Include the 'type' attribute in the example.

* run tfplugindocs to generate the new markdown with type attribute change included
  • Loading branch information
grantorchard authored and louisruch committed Sep 1, 2021
1 parent d46a1d1 commit d86f374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/target.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ resource "boundary_host_set" "foo" {
resource "boundary_target" "foo" {
name = "foo"
description = "Foo target"
type = "tcp"
default_port = "22"
scope_id = boundary_scope.project.id
host_source_ids = [
Expand Down
1 change: 1 addition & 0 deletions examples/resources/boundary_target/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ resource "boundary_host_set" "foo" {
resource "boundary_target" "foo" {
name = "foo"
description = "Foo target"
type = "tcp"
default_port = "22"
scope_id = boundary_scope.project.id
host_source_ids = [
Expand Down

0 comments on commit d86f374

Please sign in to comment.