chore: migrate from terraform to opentofu
This commit is contained in:
parent
d167a57dbf
commit
26f489ecc0
6 changed files with 36 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue