Skip to content

Commit

Permalink
Tweak exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Feb 21, 2022
1 parent 07a0b76 commit de50274
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: iann0036
23 changes: 4 additions & 19 deletions RESOURCE_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _This page is auto-generated by `util/generateCoverage.py`_

## CloudFormation Resource Coverage

**886/890 (99%)** Resources Covered
**889/890 (99%)** Resources Covered

| Type | Coverage |
| --- | --- |
Expand Down Expand Up @@ -130,9 +130,9 @@ _This page is auto-generated by `util/generateCoverage.py`_
| *AWS::Chatbot::SlackChannelConfiguration* | N/A |
| *AWS::Cloud9::EnvironmentEC2* | :thumbsup: |
| *AWS::CloudFormation::CustomResource* | N/A |
| *AWS::CloudFormation::HookDefaultVersion* | |
| *AWS::CloudFormation::HookTypeConfig* | |
| *AWS::CloudFormation::HookVersion* | |
| *AWS::CloudFormation::HookDefaultVersion* | N/A |
| *AWS::CloudFormation::HookTypeConfig* | N/A |
| *AWS::CloudFormation::HookVersion* | N/A |
| *AWS::CloudFormation::Macro* | N/A |
| *AWS::CloudFormation::ModuleDefaultVersion* | N/A |
| *AWS::CloudFormation::ModuleVersion* | N/A |
Expand Down Expand Up @@ -4193,21 +4193,6 @@ Tags: [ ]
Name: [X]
```

#### AWS::CloudFormation::HookDefaultVersion

```
```

#### AWS::CloudFormation::HookTypeConfig

```
```

#### AWS::CloudFormation::HookVersion

```
```

#### AWS::CloudFront::CachePolicy

```
Expand Down
5 changes: 4 additions & 1 deletion util/generateCoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
'AWS::CloudFormation::Publisher': 'N/A',
'AWS::CloudFormation::PublicTypeVersion': 'N/A',
'AWS::Elasticsearch::Domain': 'N/A',
'AWS::EC2::TransitGatewayVpcAttachment': 'N/A (duplicate of AWS::EC2::TransitGatewayAttachment)'
'AWS::EC2::TransitGatewayVpcAttachment': 'N/A (duplicate of AWS::EC2::TransitGatewayAttachment)',
'AWS::CloudFormation::HookDefaultVersion': 'N/A',
'AWS::CloudFormation::HookTypeConfig': 'N/A',
'AWS::CloudFormation::HookVersion': 'N/A'
}
tf_exceptions = {
'aws_cloudformation_stack': 'N/A',
Expand Down

0 comments on commit de50274

Please sign in to comment.