Skip to content

Commit 3032fbc

Browse files
Update README.md
1 parent bf9c361 commit 3032fbc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

infra/terraform/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ project = "development-test-skeldon"
1010
environment = "prod"
1111
app_name = "test-rest-api-app"
1212
```
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

Comments
 (0)