Skip to content

Commit a50d7ed

Browse files
authored
Remove the $ sign from the code snippets
1 parent 5906ace commit a50d7ed

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
@@ -66,7 +66,7 @@ Before you run the Terraform script, perform the following actions on a server m
6666

6767
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:
6868
```bash
69-
$ terraform --version
69+
terraform --version
7070
```
7171
1. Install the latest version of [curl](https://curl.haxx.se/download.html). To check the installed curl version, run the following command:
7272
```bash
@@ -86,11 +86,11 @@ Before you run the Terraform script, perform the following actions on a server m
8686

8787
1. Clone the repository https://github.com/SumoLogic/sumologic-solution-templates:
8888
```bash
89-
$ git clone https://github.com/SumoLogic/sumologic-solution-templates
89+
git clone https://github.com/SumoLogic/sumologic-solution-templates
9090
```
9191
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:
9292
```bash
93-
$ terraform init
93+
terraform init
9494
```
9595
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).
9696
:::note
@@ -115,7 +115,7 @@ Before you run the Terraform script, perform the following actions on a server m
115115
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*
116116
* Run fields.sh using this command:
117117
```bash
118-
$ sh fields.sh
118+
sh fields.sh
119119
```
120120

121121
:::important
@@ -548,17 +548,17 @@ Before you run these commands, make sure you have configured your AWS profiles o
548548
:::
549549
550550
```terminal
551-
$ terraform validate
552-
$ terraform plan
553-
$ terraform apply
551+
terraform validate
552+
terraform plan
553+
terraform apply
554554
```
555555
556556
## Uninstalling the Solution
557557
558558
To uninstall the AWS Observability solution deployed using Terraform, navigate to the directory **sumologic-solution-templates/aws-observability-terraform** and execute the command:
559559
560560
```terminal
561-
$ terraform destroy
561+
terraform destroy
562562
```
563563
564564
This will destroy all [resources](resources.md) and configuration previously set up.

0 commit comments

Comments
 (0)