cfn_camelizer 0.4.5 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/camelizer.yml +1 -0
- data/lib/cfn_camelizer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d1a6b2e6260124fe0d8e13d85389a7caa1e7f9ef9c5b458c0059b391cfd8b65
|
4
|
+
data.tar.gz: bdf407db26371215aad26ee48570f54bb9f39855c65868f9ad6cb5c6bf6e798b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 670fac45064885119f562903f082ee9fec5af08250eb113c96bbb674be52b4a669d3a91aff388a6d5559645845c563c9174b919271742bb9ce9d573602342d8e
|
7
|
+
data.tar.gz: 78d9162e34f6a4f4c9577731ab8000e6cbc3aa34690e271b4299b3e5202af7db43fcc8ea73ec557dff548ee56edc2514bda031510a08f793f828331f549e8923
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,9 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
5
5
|
|
6
|
+
## [0.4.6]
|
7
|
+
- add KMSMasterKeyID rule
|
8
|
+
|
6
9
|
## [0.4.5]
|
7
10
|
- add passthrough Parameters and AWS::S3::Bucket rules
|
8
11
|
|
data/lib/camelizer.yml
CHANGED
@@ -53,6 +53,7 @@ resource_keys: # specific to resource types
|
|
53
53
|
ClassicLinkVpcId: ClassicLinkVPCId
|
54
54
|
ClassicLinkVpcSecurityGroups: ClassicLinkVPCSecurityGroups
|
55
55
|
AWS::S3::Bucket:
|
56
|
+
KmsMasterKeyID: KMSMasterKeyID
|
56
57
|
SseAlgorithm: SSEAlgorithm
|
57
58
|
passthrough_parent_keys:
|
58
59
|
- AWS::CloudFormation::Init # configSets https://amzn.to/33iPI2Y
|