We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9db59 commit 7e7a81eCopy full SHA for 7e7a81e
docs/SDLC.md
@@ -41,6 +41,8 @@ The code in this repository is structured as follows:
41
42
* The `modules/` folder contains inline Terraform modules. These modules represent logical groupings
43
of related resources and are used to share code across different environments.
44
+* The `variables/` folder contains the values used for each environment.
45
+
46
47
The `.github/workflows/terraform.yml` file is a CICD configuration file that contains instructions
48
for GitHub Actions, such as how to perform tasks based on a set of steps. This file specifies a
0 commit comments