@@ -13,7 +13,7 @@ production-ready deployments.
13
13
- ` staging ` : staging environment
14
14
15
15
A ` dev ` environment should also be created if considered required, or this
16
- can be left till later.,
16
+ can be left until later.,
17
17
18
18
These can all be produced using the cookicutter instructions, but the
19
19
` production ` and ` staging ` environments will need their
@@ -76,12 +76,12 @@ and referenced from the `site` and `production` environments, e.g.:
76
76
instances) it may be necessary to configure or proxy `chronyd` via an
77
77
environment hook.
78
78
79
- - The cookiecutter provided tofu configurations define resources for home and
79
+ - The cookiecutter provided OpenTofu configurations define resources for home and
80
80
state volumes. The former may not be required if the cluster' s `/home` is
81
81
provided from an external filesystem (or Manila). In any case, in at least
82
82
the production environment, and probably also in the staging environment,
83
- the volumes should be manually created and the resources changed to data
84
- resources. This ensures that even if the cluster is deleted via tofu, the
83
+ the volumes should be manually created and the resources changed to [ data
84
+ resources](https://opentofu.org/docs/language/data-sources/) . This ensures that even if the cluster is deleted via tofu, the
85
85
volumes will persist.
86
86
87
87
For a development environment, having volumes under tofu control via volume
0 commit comments