Skip to content

Terraform modules and scripts to manage LEAD environments

License

Notifications You must be signed in to change notification settings

johnknapprs/lead-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains the Terraform automation to manage LEAD environments.

Additional Documentation

Tools

Install required tools with Homebrew macOS or Linux:

brew bundle --verbose  # verosity to view installation process

Setup

You'll need to create a secrets/ directory with a file for each environment (e.g. liatrio-sandbox.tfvars) containing the secrets for that account.

Required Terraform variables: See Slack Operator to setup Slack App.

  • artifactory_license:
  • slack_bot_token: Slack Bot User OAuth Token
  • slack_client_signing_secret: Slack App Credentials Signing Secret
  • keycloak_admin_password: Keycloak Admin Password

Running locally

To test an environment locally, run:

make plugins
cd local/environment
terragrunt apply

To test the product locally, run:

cd local/product
terragrunt apply

About

Terraform modules and scripts to manage LEAD environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 63.1%
  • Smarty 34.4%
  • Makefile 2.2%
  • Other 0.3%