From 55e07b8acdd6c3790bbe1b8a4f186e9b2465b489 Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Sat, 9 Dec 2023 16:39:22 +0100 Subject: [PATCH] docs: remove references to OpenTofu --- README.md | 8 ++++---- SECURITY.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37b0788..1ad71a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-

OpenTofu Provider for CTFd

+

Terraform Provider for CTFd

Time for CTF(d) as Code

reference go report @@ -14,16 +14,16 @@ ## Why creating this ? -OpenTofu is used to manage resources that have lifecycles, configurations, to sum it up. +Terraform is used to manage resources that have lifecycles, configurations, to sum it up. That is the case of CTFd: it handles challenges that could be created, modified and deleted. -With some work to leverage the unsteady CTFd's API, OpenTofu is now able to manage them as cloud resources bringing you to opportunity of **CTF as Code**. +With some work to leverage the unsteady CTFd's API, Terraform is now able to manage them as cloud resources bringing you to opportunity of **CTF as Code**. It avoids shitty scripts, `ctfcli` and other tools that does not solve the problem of reproductibility, ease of deployment and resiliency. ## How to use it ? -With the **OpenTofu Provider for CTFd**, you could setup your CTFd challenge using the following configuration. +With the **Terraform Provider for CTFd**, you could setup your CTFd challenge using the following configuration. ```hcl resource "ctfd_challenge" "my_challenge" { name = "My Challenge" diff --git a/SECURITY.md b/SECURITY.md index 71229dc..bf83888 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,10 +4,10 @@ Please report any security issues you discovered in the API to ctfer-io@protonma We will assess the risk, plus make a fix available before we create a GitHub issue. -In case the vulnerability is into a dependency or OpenTofu itself, please refer to their security policy directly. +In case the vulnerability is into a dependency or Terraform itself, please refer to their security policy directly. Thank you for your contribution. ## Refering to this repository -To refer to this repository using a CPE v2.3, please use `cpe:2.3:a:ctfer-io:tofu-provider-ctfd:*:*:*:*:*:*:*:*` with the `version` set to the tag you are using. +To refer to this repository using a CPE v2.3, please use `cpe:2.3:a:ctfer-io:terraform-provider-ctfd:*:*:*:*:*:*:*:*` with the `version` set to the tag you are using.