Skip to content

Commit 41c5ec1

Browse files
authored
Update deploy-with-terraform.md (#5487)
1 parent e522557 commit 41c5ec1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,8 +1388,7 @@ wait_for_seconds = 180
13881388
13891389
### Override App Content Parameters
13901390
1391-
As needed, override the app content parameters to configure how the AWS Observability app dashboards and alerts are installed in your Sumo Logic account. Enter the overrides in the **sumologic-solution-templates/aws-observability-terraform/main.tf**
1392-
file. 
1391+
As needed, override the app content parameters to configure how the AWS Observability app dashboards and alerts are installed in your Sumo Logic account. Enter the overrides in the `sumologic-solution-templates/aws-observability-terraform/main.tf` file. 
13931392
13941393
The following is an example of the default value and override for app parameters:
13951394
@@ -1506,7 +1505,7 @@ python source-module/attach_fields_to_source.py
15061505
Python: command not found
15071506
```
15081507
#### Solution
1509-
Identify and replace `python` with `python3` in [source-module/update_sources.tf](https://github.com/SumoLogic/sumologic-solution-templates/blob/AWSO_FY23Q4_Release/aws-observability-terraform/source-module/update_sources.tf#L12).
1508+
Identify and replace `python` with `python3` in [source-module/update_sources.tf](https://github.com/SumoLogic/sumologic-solution-templates/blob/master/aws-observability-terraform/source-module/update_sources.tf#L12).
15101509
15111510
### Module not found
15121511
#### Error Message

0 commit comments

Comments
 (0)