Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 885 Bytes

File metadata and controls

41 lines (27 loc) · 885 Bytes

Infrastructure

This repository contains the Terraform resource definitions for the servers operated for RethinkDB. This includes the download and update checker servers.

The DNS records are not managed with Terraform as we have no API access for the DNS provider.

Getting started

Prerequisites

Setup

  1. Create a new AWS profile in ~/.aws/credentials, called rethinkdb with the DigitalOcean spaces access key ID and Secret access key.
  2. Create a new secret.auto.tfvars file to store your digitalocean_token.
  3. Execute the commands below.

Usage

Initialize the terraform state and select your workspace:

$ tofu init

See what plan would be executed:

$ tofu plan

Check the final plan and apply the changes:

$ tofu apply