diff --git a/web/deploy/terraform/README.md b/web/deploy/terraform/README.md index 265c204..376b44d 100644 --- a/web/deploy/terraform/README.md +++ b/web/deploy/terraform/README.md @@ -6,7 +6,7 @@ Deployment of infrastructure resources requires [OpenTofu](https://opentofu.org/ When calling modules, the relevant input variables can be found in their `variables.tf` file or sometimes their `variables_state.tf` file. This is where the parametrization takes place. In general, a module's `main.tf` file should only be modified if you would like to change what infrastructure is created. Modifying a module's `main.tf` file should seldom be necessary. -## Deployment Steps +## Manual Deployment Steps ### 0. Bootstrap Step: Deploy State Resources