An open API service indexing awesome lists of open source software.

https://github.com/drewmoore/terraforming-planet-sandbox

Demonstration on how to manage resources using terraform in a sandbox account
https://github.com/drewmoore/terraforming-planet-sandbox

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Terraforming Planet Sandbox
Demonstration on how to manage resources using terraform in a sandbox account

## Infrastructure

Apply the provided [infrastructure](./infrastructure) configuration using terraform.

## Local App

The web app can be [run locally](./app) 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.

```sh
./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](https://github.com/drewmoore/terraforming-planet-sandbox/compare/completed-project).