Skip to content

Commit e27fcfc

Browse files
more aws services done
1 parent 2dcdf92 commit e27fcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/aws/services/opensearch.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ IAM support is also not yet available.
171171
A secure OpenSearch domain can be spawned with this example CLI input.
172172
Save it in a file named `opensearch_domain.json`.
173173

174-
```json title="opensearch_domain.json"
174+
```json title="opensearch_domain.json" showLineNumbers
175175
{
176176
"DomainName": "secure-domain",
177177
"ClusterConfig": {
@@ -284,7 +284,7 @@ It's important to bear in mind that only a single backend configuration is possi
284284

285285
Here is a sample `docker-compose.yaml` file that contains a single-node OpenSearch cluster and a basic LocalStack setup.
286286

287-
```yaml
287+
```yaml showLineNumbers
288288
services:
289289
opensearch:
290290
container_name: opensearch

0 commit comments

Comments
 (0)