Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ike-lacey committed Sep 14, 2023
1 parent 62d34b0 commit a4fab70
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ description: |-
- `id` (String) The ID of this resource.
- `last_updated` (String)

## Import

Import is supported using the following syntax:

```shell
terraform import tableau_group.example "group_id"
```
7 changes: 7 additions & 0 deletions docs/resources/group_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ description: |-
- `last_updated` (String)


## Import

Import is supported using the following syntax:

```shell
terraform import group_user.example "group_id:user_id"
```
6 changes: 6 additions & 0 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ description: |-
- `id` (String) The ID of this resource.
- `last_updated` (String)

## Import

Import is supported using the following syntax:

```shell
terraform import tableau_project.example "project_id"
```
6 changes: 6 additions & 0 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ description: |-
- `id` (String) The ID of this resource.
- `last_updated` (String)

## Import

Import is supported using the following syntax:

```shell
terraform import tableau_user.example "user_id"
```

0 comments on commit a4fab70

Please sign in to comment.