Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Nov 12, 2021
1 parent 98b9a02 commit 6046e04
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ description: |-

A readthedocs.org project.

## Example Usage

```terraform
resource "readthedocs_project" "efm8" {
name = "EFM8"
repository = "https://github.com/BarnabyShearer/efm8.git"
analytics_disabled = true
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand All @@ -36,4 +44,11 @@ A readthedocs.org project.

- **id** (String) The Slug of the project.

## Import

Import is supported using the following syntax:

```shell
# import using the Slug from the API
terraform import readthedocs_project.efm8 efm8
```
File renamed without changes.
File renamed without changes.

0 comments on commit 6046e04

Please sign in to comment.