Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Terraform and RIALTO

tingulfsen edited this page Aug 21, 2018 · 1 revision

In order to set up our AWS infrastructure (networking, servers, access settings etc.) we use Terraform, a tool for cross platform Infrastructure as Code.

Terraform-related repositories

Terraform Workflow

After installing the Terraflow binary on your localhost, clone the terraform-aws repository and you're ready to start working. When experimenting or building out new features, use the development organization. The basic layout of the workflow is:

  1. Make changes in the development organization.
  2. Run terraform init if you have not already done so.
  3. Run terraform plan.
  4. If terraform plan succeeded, and its output looks sane, make AWS changes with terraform apply.

Unfortunately, many runtime errors do not appear until you run terraform plan.

For more information, see our DLSS-wide documentation in Consul.

About RIALTO

RIALTO Core

Specs

Integration and Components

RIALTO Web App

RIALTO Combine (ETL)

Staging / Production

Terraform

Development

VIVO Assessment

VIVO/Vitro Dev Docs

Clone this wiki locally