We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b24d4d + 3032fbc commit e27861bCopy full SHA for e27861b
infra/terraform/README.md
@@ -10,3 +10,15 @@ project = "development-test-skeldon"
10
environment = "prod"
11
app_name = "test-rest-api-app"
12
```
13
+
14
+Then run terraform commands as usual.
15
16
+## Terraform commands could be:
17
18
+```bash
19
+terraform init # only the first time
20
+terraform fmt # to format the code
21
+terraform validate # to validate the code
22
+terraform plan # to see what will be created
23
+terraform apply # to create the infrastructure
24
+```
0 commit comments