Skip to content

Commit d9c0370

Browse files
authored
Remove the $ sign from the code snippets (#5884)
1 parent 872d07f commit d9c0370

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Before you run the Terraform script, perform the following actions on a server m
7171

7272
1. Install [Terraform](https://www.terraform.io/) version [1.6.0](https://releases.hashicorp.com/terraform/) or later. To check the installed Terraform version, run the following command:
7373
```bash
74-
$ terraform --version
74+
terraform --version
7575
```
7676
1. Install the latest version of [curl](https://curl.haxx.se/download.html). To check the installed curl version, run the following command:
7777
```bash
@@ -91,11 +91,11 @@ Before you run the Terraform script, perform the following actions on a server m
9191

9292
1. Clone the repository https://github.com/SumoLogic/sumologic-solution-templates:
9393
```bash
94-
$ git clone https://github.com/SumoLogic/sumologic-solution-templates
94+
git clone https://github.com/SumoLogic/sumologic-solution-templates
9595
```
9696
1. Initialize the Terraform working directory by navigating to the directory [sumologic-solution-templates/aws-observability-terraform](https://github.com/SumoLogic/sumologic-solution-templates/tree/master/aws-observability-terraform) and running:
9797
```bash
98-
$ terraform init
98+
terraform init
9999
```
100100
This will install the required Terraform providers, including [Null](https://www.terraform.io/docs/providers/null/index.html), [Sumo Logic Terraform Provider](https://www.terraform.io/docs/providers/sumologic/index.html), [AWS Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs), [Time Provider](https://registry.terraform.io/providers/hashicorp/time/latest/docs), [Random Provider](https://registry.terraform.io/providers/hashicorp/random/latest/docs).
101101
:::note
@@ -120,7 +120,7 @@ Before you run the Terraform script, perform the following actions on a server m
120120
Provide your Sumo Logic deployment for the SUMOLOGIC_ENV variable. For example: au, ca, de, eu, jp, us2, fed, kr, or us1. For more information on Sumo Logic deployments, see *Sumo Logic Endpoints and Firewall Security*
121121
* Run fields.sh using this command:
122122
```bash
123-
$ sh fields.sh
123+
sh fields.sh
124124
```
125125

126126
:::important
@@ -560,17 +560,17 @@ Before you run these commands, make sure you have configured your AWS profiles o
560560
:::
561561
562562
```terminal
563-
$ terraform validate
564-
$ terraform plan
565-
$ terraform apply
563+
terraform validate
564+
terraform plan
565+
terraform apply
566566
```
567567
568568
## Uninstalling the Solution
569569
570570
To uninstall the AWS Observability solution deployed using Terraform, navigate to the directory **sumologic-solution-templates/aws-observability-terraform** and execute the command:
571571
572572
```terminal
573-
$ terraform destroy
573+
terraform destroy
574574
```
575575
576576
This will destroy all [resources](resources.md) and configuration previously set up.

0 commit comments

Comments
 (0)