Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 579 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 579 Bytes

Sonatafy Nexxus Infrastructure

This repository contains the infrastructure for the Sonatafy Nexxus platform.

Requirements

Usage

1. Clone this repo

git clone [email protected]:Sonatafy/nexxus-infra.git
cd nexxus-infra

2. Log in to Terraform Cloud via the CLI

Run terraform login and follow the prompts to get an API token for Terraform to use.

3. Initialize Terraform

terraform init

Common Commands

Plan

terraform plan

Apply

terraform apply