Skip to content

Commit

Permalink
docs(examples): remove resources import
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Apr 8, 2024
1 parent e6c5264 commit 8b2cb85
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 33 deletions.
9 changes: 0 additions & 9 deletions docs/resources/challenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,3 @@ Optional:

- `behavior` (String) Behavior if not unlocked, either hidden or anonymized.
- `prerequisites` (List of String) List of the challenges ID.

## Import

Import is supported using the following syntax:

```shell
# Challenge can be imported by the CTFd ID (check URLs)
terraform import ctfd_challenge.http 1
```
9 changes: 0 additions & 9 deletions docs/resources/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,3 @@ resource "ctfd_team" "cybercombattants" {
### Read-Only

- `id` (String) Identifier of the user.

## Import

Import is supported using the following syntax:

```shell
# User can be imported by the CTFd ID (check URLs)
terraform import ctfd_team.cybercombattants 1
```
9 changes: 0 additions & 9 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,3 @@ resource "ctfd_user" "ctfer" {
### Read-Only

- `id` (String) Identifier of the user.

## Import

Import is supported using the following syntax:

```shell
# User can be imported by the CTFd ID (check URLs)
terraform import ctfd_user.ctfer 1
```
2 changes: 0 additions & 2 deletions examples/resources/ctfd_challenge/import.sh

This file was deleted.

2 changes: 0 additions & 2 deletions examples/resources/ctfd_team/import.sh

This file was deleted.

2 changes: 0 additions & 2 deletions examples/resources/ctfd_user/import.sh

This file was deleted.

0 comments on commit 8b2cb85

Please sign in to comment.