Skip to content

Commit

Permalink
Merge pull request #157 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 122c044 + 9f3df82 commit d045ac7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/aws-docs/providers/aws/accessanalyzer/analyzers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ WHERE region = 'us-east-1';

## `INSERT` Example

<>
<Tabs
defaultValue="required"
values={[
Expand All @@ -97,7 +96,7 @@ INSERT INTO aws.accessanalyzer.analyzers (
region
)
SELECT
{{ Type }},
&#123;&#123; Type &#125;&#125;,
'us-east-1';
```

Expand Down Expand Up @@ -152,17 +151,16 @@ INSERT INTO aws.accessanalyzer.analyzers (
region
)
SELECT
{{ AnalyzerName }},
{{ ArchiveRules }},
{{ Tags }},
{{ Type }},
{{ AnalyzerConfiguration }},
&#123;&#123; AnalyzerName &#125;&#125;,
&#123;&#123; ArchiveRules &#125;&#125;,
&#123;&#123; Tags &#125;&#125;,
&#123;&#123; Type &#125;&#125;,
&#123;&#123; AnalyzerConfiguration &#125;&#125;,
'us-east-1';
```

</TabItem>
</Tabs>
</>

## `DELETE` Example

Expand Down

0 comments on commit d045ac7

Please sign in to comment.