From b2700782503ca4d76543b0b0dd6016518520a536 Mon Sep 17 00:00:00 2001 From: smokestacklightnin <125844868+smokestacklightnin@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:47:50 -0700 Subject: [PATCH] Change section title --- web/deploy/terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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