Skip to content

Commit

Permalink
Merge pull request #137 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
updated awscc
  • Loading branch information
jeffreyaven authored Mar 26, 2024
2 parents 6542b6b + f6196e9 commit df78d1b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/get-providers-to-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = async ({ github, context, core, pathOutput }) => {

// if(!(diff.startsWith('.github')) || !(diff.startsWith('scripts'))) globalChange = true;

globalChange = true;
globalChange = false;

}).filter(Boolean)

Expand Down
2 changes: 1 addition & 1 deletion docs/aws-docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All AWS Services (incl Lambda, DynamoDB, RDS, etc) are supported by the [__`awsc
:::

:::info Provider Summary (v24.03.00216)
:::info Provider Summary (v24.03.00220)

<div class="row">
<div class="providerDocColumn">
Expand Down
2 changes: 1 addition & 1 deletion docs/aws-docs/providers/aws/cloud_control/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cloud_control
<tr><td><b>Type</b></td><td>Service</td></tr>
<tr><td><b>Title</b></td><td>cloud_control</td></tr>
<tr><td><b>Description</b></td><td>cloud_control</td></tr>
<tr><td><b>Id</b></td><td><code>cloud_control:v24.03.00216</code></td></tr>
<tr><td><b>Id</b></td><td><code>cloud_control:v24.03.00220</code></td></tr>
</tbody></table>

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/aws-docs/providers/aws/ec2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ec2
<tr><td><b>Type</b></td><td>Service</td></tr>
<tr><td><b>Title</b></td><td>ec2</td></tr>
<tr><td><b>Description</b></td><td>ec2</td></tr>
<tr><td><b>Id</b></td><td><code>ec2:v24.03.00216</code></td></tr>
<tr><td><b>Id</b></td><td><code>ec2:v24.03.00220</code></td></tr>
</tbody></table>

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/aws-docs/providers/aws/iam/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ iam
<tr><td><b>Type</b></td><td>Service</td></tr>
<tr><td><b>Title</b></td><td>iam</td></tr>
<tr><td><b>Description</b></td><td>iam</td></tr>
<tr><td><b>Id</b></td><td><code>iam:v24.03.00216</code></td></tr>
<tr><td><b>Id</b></td><td><code>iam:v24.03.00220</code></td></tr>
</tbody></table>

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/aws-docs/providers/aws/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ s3
<tr><td><b>Type</b></td><td>Service</td></tr>
<tr><td><b>Title</b></td><td>s3</td></tr>
<tr><td><b>Description</b></td><td>s3</td></tr>
<tr><td><b>Id</b></td><td><code>s3:v24.03.00216</code></td></tr>
<tr><td><b>Id</b></td><td><code>s3:v24.03.00220</code></td></tr>
</tbody></table>

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/awscc-docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ slug: /providers/awscc
---
Cloud services from AWS using the Cloud Control API.

:::info Provider Summary (v24.03.00216)
:::info Provider Summary (v24.03.00220)

<div class="row">
<div class="providerDocColumn">
Expand Down

0 comments on commit df78d1b

Please sign in to comment.