Skip to content

Commit 2f77230

Browse files
committed
aws test
1 parent 2e13e2b commit 2f77230

File tree

1 file changed

+4
-4
lines changed
  • docs/aws-docs/providers/aws/accessanalyzer/analyzers

1 file changed

+4
-4
lines changed

docs/aws-docs/providers/aws/accessanalyzer/analyzers/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ WHERE region = 'us-east-1';
8585
<TabItem value="required">
8686

8787
```sql
88-
<<<json
88+
&lt;&lt;&lt;json
8989
&#123;
9090
"Type": "{{ Type }}"
9191
&#125;
92-
>>>
92+
&gt;&gt;&gt;
9393
--required properties only
9494
INSERT INTO aws.accessanalyzer.analyzers (
9595
Type,
@@ -104,7 +104,7 @@ SELECT
104104
<TabItem value="all">
105105

106106
```sql
107-
<<<json
107+
&lt;&lt;&lt;json
108108
&#123;
109109
"AnalyzerName": "{{ AnalyzerName }}",
110110
"ArchiveRules": [
@@ -140,7 +140,7 @@ SELECT
140140
&#125;
141141
&#125;
142142
&#125;
143-
>>>
143+
&gt;&gt;&gt;
144144
--all properties
145145
INSERT INTO aws.accessanalyzer.analyzers (
146146
AnalyzerName,

0 commit comments

Comments
 (0)