Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

bocoup/infrastructure-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is archived

Due to the environment it manages (Bocoup-Foundation) being phased out, this code for managing its infrastructure is being archived.

Bocoup Foundation Inc

our infrastructure, as code

Bootstrapping

  1. Install AWSCLI & Terraform
  2. Ensure ~/.aws/credentials has a profile with administrative access keys that match the profile value inside provider "aws" {} for the project you want to manage (terraform/<project>/variables.tfvars).

Commands Available

The most common lifecycle commands init, plan, and apply have been aliased in the project's Makefile. If more complex management is needed, just cd into the appropriate terraform/project/ folder and run terraform directly.

make /init

Prepare Terraform to manage the project you've specified. This must be run once before the other commands are accessible.

make /plan

Compare your local configuration to the actual deployed infrastructure and prepare a plan to reconcile any differences.

make /apply

After verifying plan, execute the changes.

About

Bocoup Foundation Inc's Infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published