Skip to content

Commit

Permalink
Merge pull request #159 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
aws test
  • Loading branch information
jeffreyaven authored May 10, 2024
2 parents 1149450 + 2f77230 commit 6d78dc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/aws-docs/providers/aws/accessanalyzer/analyzers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ WHERE region = 'us-east-1';
<TabItem value="required">

```sql
<<<json
&lt;&lt;&lt;json
&#123;
"Type": "{{ Type }}"
&#125;
>>>
&gt;&gt;&gt;
--required properties only
INSERT INTO aws.accessanalyzer.analyzers (
Type,
Expand All @@ -104,7 +104,7 @@ SELECT
<TabItem value="all">

```sql
<<<json
&lt;&lt;&lt;json
&#123;
"AnalyzerName": "{{ AnalyzerName }}",
"ArchiveRules": [
Expand Down Expand Up @@ -140,7 +140,7 @@ SELECT
&#125;
&#125;
&#125;
>>>
&gt;&gt;&gt;
--all properties
INSERT INTO aws.accessanalyzer.analyzers (
AnalyzerName,
Expand Down

0 comments on commit 6d78dc8

Please sign in to comment.