README.md in terragov-0.2.5.2 vs README.md in terragov-0.3.0
- old
+ new
@@ -61,14 +61,22 @@
The contents should be YAML, and look like the following:
```
---
-environment: 'integration'
-stack: 'blue'
-repo_dir: '~/govuk/govuk-aws'
-data_dir: '~/govuk/govuk-aws-data/data'
+default:
+ environment: 'integration'
+ stack: 'blue'
+ repo_dir: '~/govuk/govuk-aws'
+ data_dir: '~/govuk/govuk-aws-data/data'
+
+app-some-project:
+ stack: 'green'
```
+
+Specify default values under the "default" block, and if you need any project specific values, add them under the key of the same name of that project.
+
+Project specific values will take precedence over default values.
## Optional global arguments
These may be set in the same way as described above, with the same precedence, but they are not required.