https://github.com/nerdeveloper/hashitalks-2022
https://github.com/nerdeveloper/hashitalks-2022
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nerdeveloper/hashitalks-2022
- Owner: nerdeveloper
- Created: 2022-04-06T15:16:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T10:37:23.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T05:17:16.670Z (11 months ago)
- Language: HCL
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hashitalks-2022: Better Developer Workflow with Terraform
## Setup
Please follow this guide to set up the project [Atlantis](https://www.runatlantis.io/guide/testing-locally.html#install-terraform)
**NB** You will create `.env` file in the root of the project and copy the content of the `.env.example` file to it.
## Running
* Please Create a `creds.json` file and your service account key
* Please run the following command to run the project:
```shell
terraform init
teraform plan
terraform apply
```
## Version
Terraform version: **0.13.6**