Skip to content

Commit 8b2cb85

Browse files
committed
docs(examples): remove resources import
1 parent e6c5264 commit 8b2cb85

File tree

6 files changed

+0
-33
lines changed

6 files changed

+0
-33
lines changed

docs/resources/challenge.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,3 @@ Optional:
151151

152152
- `behavior` (String) Behavior if not unlocked, either hidden or anonymized.
153153
- `prerequisites` (List of String) List of the challenges ID.
154-
155-
## Import
156-
157-
Import is supported using the following syntax:
158-
159-
```shell
160-
# Challenge can be imported by the CTFd ID (check URLs)
161-
terraform import ctfd_challenge.http 1
162-
```

docs/resources/team.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,3 @@ resource "ctfd_team" "cybercombattants" {
5252
### Read-Only
5353

5454
- `id` (String) Identifier of the user.
55-
56-
## Import
57-
58-
Import is supported using the following syntax:
59-
60-
```shell
61-
# User can be imported by the CTFd ID (check URLs)
62-
terraform import ctfd_team.cybercombattants 1
63-
```

docs/resources/user.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,3 @@ resource "ctfd_user" "ctfer" {
4848
### Read-Only
4949

5050
- `id` (String) Identifier of the user.
51-
52-
## Import
53-
54-
Import is supported using the following syntax:
55-
56-
```shell
57-
# User can be imported by the CTFd ID (check URLs)
58-
terraform import ctfd_user.ctfer 1
59-
```

examples/resources/ctfd_challenge/import.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/resources/ctfd_team/import.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/resources/ctfd_user/import.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)