@@ -13,7 +13,7 @@ production-ready deployments.
1313 - ` staging ` : staging environment
1414
1515 A ` dev ` environment should also be created if considered required, or this
16- can be left till later.,
16+ can be left until later.,
1717
1818 These can all be produced using the cookicutter instructions, but the
1919 ` production ` and ` staging ` environments will need their
@@ -76,12 +76,12 @@ and referenced from the `site` and `production` environments, e.g.:
7676 instances) it may be necessary to configure or proxy `chronyd` via an
7777 environment hook.
7878
79- - The cookiecutter provided tofu configurations define resources for home and
79+ - The cookiecutter provided OpenTofu configurations define resources for home and
8080 state volumes. The former may not be required if the cluster' s `/home` is
8181 provided from an external filesystem (or Manila). In any case, in at least
8282 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
8585 volumes will persist.
8686
8787 For a development environment, having volumes under tofu control via volume
0 commit comments