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
- Host: GitHub
- URL: https://github.com/drewmoore/terraforming-planet-sandbox
- Owner: drewmoore
- Created: 2022-06-28T14:30:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T10:08:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T04:46:49.605Z (over 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).