Skip to content

Terraform resources to deploy the download and update checker servers

License

Notifications You must be signed in to change notification settings

rethinkdb/infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terraform resources to deploy the download and update checker servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages