Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 782 Bytes

Terraforming Planet Sandbox

Demonstration on how to manage resources using terraform in a sandbox account

Infrastructure

Apply the provided infrastructure configuration using terraform.

Local App

The web app can be run locally and used for testing infrastructure in the sandbox, as well.

Deploy

Will deploy the current local code to the lambda in the sandbox. This will have been created using the /infrastructure setup. Make sure your aws config is set to point to the sandbox.

./bin/deploy

Completed Project

The changes needed for running the full project successfully on the cloud and locally can be found on the following branch.