Skip to content

Commit f809124

Browse files
committed
Readme
1 parent 4e3f440 commit f809124

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

infra/README.MD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# About
2+
Use .env-default as a reference for the required environment variables.
3+
You can use the commands defined in the Makefile to interact with the infrastructure resources.
4+
5+
Currently, this process is run manually whenever we need to update the base layer of our infrastructure. These core resources remain consistent across all deployments.
6+
7+
## Steps
8+
The general procedures are:
9+
1. Configure your environment by copying and updating `.env` based on the `.env-default` file.
10+
2. Run `make init` to initialize the Terraform project.
11+
3. Run `make plan` to review the proposed infrastructure changes.
12+
13+
4. Once you're confident in the plan and understand its impact, execute `make apply` to apply the changes.

0 commit comments

Comments
 (0)