Skip to content

Commit d911130

Browse files
authored
Update work-with-params-secrets.md
Update note about using environment variables in lightweight monitors to wrap with quotes to ensure proper replacement.
1 parent 88a57ff commit d911130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/observability/synthetics/work-with-params-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You can use params in both lightweight and browser monitors created in either a
8484

8585
### In a Synthetics project [synthetics-params-secrets-use-project]
8686

87-
For lightweight monitors in a Synthetics project, wrap the name of the param in `${}` (for example, `${my_url}`).
87+
For lightweight monitors in a Synthetics project, wrap the name of the param in `"${}"` (for example, `"${my_url}"`).
8888

8989
```yaml
9090
- type: http
@@ -147,4 +147,4 @@ export default {
147147
my_url: process.env.MY_URL
148148
}
149149
};
150-
```
150+
```

0 commit comments

Comments
 (0)