You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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