diff --git a/docs/resources/challenge.md b/docs/resources/challenge.md index 3e94966..25a4928 100644 --- a/docs/resources/challenge.md +++ b/docs/resources/challenge.md @@ -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 -``` diff --git a/docs/resources/team.md b/docs/resources/team.md index 91e78f5..f3b7f7d 100644 --- a/docs/resources/team.md +++ b/docs/resources/team.md @@ -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 -``` diff --git a/docs/resources/user.md b/docs/resources/user.md index bbbdf97..fd786fa 100644 --- a/docs/resources/user.md +++ b/docs/resources/user.md @@ -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 -``` diff --git a/examples/resources/ctfd_challenge/import.sh b/examples/resources/ctfd_challenge/import.sh deleted file mode 100644 index 60a7371..0000000 --- a/examples/resources/ctfd_challenge/import.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Challenge can be imported by the CTFd ID (check URLs) -terraform import ctfd_challenge.http 1 diff --git a/examples/resources/ctfd_team/import.sh b/examples/resources/ctfd_team/import.sh deleted file mode 100644 index 1f26db3..0000000 --- a/examples/resources/ctfd_team/import.sh +++ /dev/null @@ -1,2 +0,0 @@ -# User can be imported by the CTFd ID (check URLs) -terraform import ctfd_team.cybercombattants 1 diff --git a/examples/resources/ctfd_user/import.sh b/examples/resources/ctfd_user/import.sh deleted file mode 100644 index 3042bf8..0000000 --- a/examples/resources/ctfd_user/import.sh +++ /dev/null @@ -1,2 +0,0 @@ -# User can be imported by the CTFd ID (check URLs) -terraform import ctfd_user.ctfer 1