Skip to content

Commit

Permalink
docs(terraform): update terraform commands
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Apr 29, 2024
1 parent 9e42d55 commit dfc8945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jwt-secret = "secret"
## 3. Plan and Apply

```bash
terraform plan
terraform plan -var-file=secret.tfvars
```

This will show you all the resources that will be created.
If you are happy with the plan, you can apply it by running:

```bash
terraform apply -auto-approve
terraform apply -auto-approve -var-file=secret.tfvars
```

This process will take a few minutes to complete.
Expand Down

0 comments on commit dfc8945

Please sign in to comment.