Skip to content

Commit e27861b

Browse files
Merge pull request #9 from giuseppealbrizio/development
Update README.md
2 parents 2b24d4d + 3032fbc commit e27861b

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)