This repository contains Terraform code used for Queercraft's infrastructure. Currently we only use Terraform to manage our DNS records. We use Cloudflare for DNS.
You might also want to check out the Ansible repository for the server, which can be found here
Projects:
Project | Description |
---|---|
dns | Terraform code for managing Queercraft's DNS records |
Enter the projects/dns
directory and run terraform init
to initialize the Terraform project. Then run terraform apply
to apply the changes. You will be prompted to enter your Cloudflare API token and the Cloudflare zone ID.
If you don't know it, you likely shouldn't be using this repository :).
This project is licensed under the MIT License. See the LICENSE file for details.