https://github.com/dazz/try-terraform
https://github.com/dazz/try-terraform
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dazz/try-terraform
- Owner: dazz
- Created: 2023-12-01T08:01:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T08:05:51.000Z (over 2 years ago)
- Last Synced: 2025-03-24T16:01:48.266Z (over 1 year ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try Terraform
## Prerequisites
You need to have a nix-shell installed in order to run this project. Everything else is handled by nix.
## Usage
To run the project, simply run `nix-shell` in the root of the project. This will open a shell with all the dependencies installed.
## Structure
The project is structured as follows:
* Makefile: Contains all the commands to run the project
* shell.nix: Contains the nix-shell configuration
* docker-nginx/main.tf: Contains the first terraform configuration