From 00d746b6bfbfc21518730a763789b2f71e9788bd Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Wed, 18 Jun 2025 17:59:29 +0530 Subject: [PATCH] Update deploy-with-terraform.md --- .../deploy-use-aws-observability/deploy-with-terraform.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md b/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md index c17c5a7613..f5072efb9f 100644 --- a/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md +++ b/docs/observability/aws/deploy-use-aws-observability/deploy-with-terraform.md @@ -1388,8 +1388,7 @@ wait_for_seconds = 180 ### Override App Content Parameters -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.  +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.  The following is an example of the default value and override for app parameters: @@ -1506,7 +1505,7 @@ python source-module/attach_fields_to_source.py Python: command not found ``` #### Solution -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). +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). ### Module not found #### Error Message