From 748a50eb4e5c5bff3e0f0535823c4ed77851320f Mon Sep 17 00:00:00 2001 From: Aditya Mittal Date: Wed, 17 Aug 2022 17:00:08 +0530 Subject: [PATCH] Update README.md --- octopus-samples-instances/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octopus-samples-instances/README.md b/octopus-samples-instances/README.md index e05b76a..aa5c851 100644 --- a/octopus-samples-instances/README.md +++ b/octopus-samples-instances/README.md @@ -57,7 +57,7 @@ Having one massive `main.tf` is not sustainable. Besides, Terraform has no conc ### Making Changes It can be hard to test changes to these files. To help with that, the runbook [Terraform Research](https://samples-admin.octopus.app/app#/Spaces-1/projects/standards/operations/runbooks/Runbooks-48/overview) has been created. -- Unlike the maing space standards runbook, this runbook uses inline code. +- Unlike the main space standards runbook, this runbook uses inline code. - It will create the resource, allow you to review via a manual intervention, then it will destroy the resource. - Everything created by this runbook has a separate state file from the space standards state file. - When making changes, be sure to update both the apply and destroy steps. @@ -71,4 +71,4 @@ To make changes to the TF files in this repo: 2. Modify and/or create the appropriate TF file. 3. Submit a PR 4. Once the PR is approved create a release. -5. Publish a snapshot of [the space standard runbook](https://samples-admin.octopus.app/app#/Spaces-1/projects/standards/operations/runbooks/Runbooks-21/overview). \ No newline at end of file +5. Publish a snapshot of [the space standard runbook](https://samples-admin.octopus.app/app#/Spaces-1/projects/standards/operations/runbooks/Runbooks-21/overview).