chore: migrate from terraform to opentofu

This commit is contained in:
Kim, Jimin 2024-04-15 20:19:51 +09:00
parent d167a57dbf
commit 26f489ecc0
Signed by: pomp
GPG key ID: 2B516173EDD492EB
6 changed files with 36 additions and 30 deletions

View file

@ -24,7 +24,6 @@
2. Install the following
- [NodeJS](https://nodejs.org)
- [pnpm](https://pnpm.io/installation)
- [terraform CLI](https://developer.hashicorp.com/terraform/downloads)
3. Install Dependencies
```
pnpm install
@ -41,6 +40,16 @@
- `pnpm lint` - Lint all apps and packages
- `pnpm clean` - Remove all auto-generated content such as `node_modules` and `dist`.
## Setting up for deployment
1. Install the following
- [terraform CLI](https://developer.hashicorp.com/terraform/downloads)
- [AWS CLI](https://aws.amazon.com/cli)
2. Setup AWS credentials
```
aws configure
```
## Testing
1. Build site