cfndsl 0.8.8 → 0.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/cfndsl/aws/types.yaml +8 -0
- data/lib/cfndsl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjE5YTc0ODM5NzUxZGI2YmMwNDg1NjljZjdjMjA3NzY3NjI0NjM1MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YmIwMzI3MTcxMGRlZDgwZGUxMDNkZjlkYTlhMDNjNWM0OTU4YjE2NA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzAxZDUyZTA3NzJjM2NiMWEzMjYxMDVjYTYxOTg0NjRmNjJiMGQ4NmFmMjU5
|
|
10
|
+
MDA3M2Y1ZmY4MzcxMDYzY2JmNjcwNzJkZGQ2ZDJjMWZiODc5MjZkYWQ1ODU1
|
|
11
|
+
NTE4M2E3NDQ2NDk2ZTkyMDg1MWZlNmE3NWQxOTk5Mjk3OWI5ZGE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmYxODgyNmU1ODJjZjg5ZmEzNmNhZDlmODcyMDQxNjdhMGM4N2FlYTc4Y2Q0
|
|
14
|
+
YjBiMDcyOGViYmQ4ZWM1MGVkZGNlM2YzMzQ2Y2ZlMjUwMzU4NmE3NWU4MGI1
|
|
15
|
+
ODAyNjUyOGNmZTNkZTMzNDdkYzEyOTJhZTNjMDhiMzJjYmZhOGU=
|
data/lib/cfndsl/aws/types.yaml
CHANGED
|
@@ -471,6 +471,7 @@ Resources:
|
|
|
471
471
|
ConnectionSettings: ConnectionSettings
|
|
472
472
|
LoadBalancerName: String
|
|
473
473
|
Policies: [ ElasticLoadBalancingPolicy ]
|
|
474
|
+
Tags: [ EC2Tag ]
|
|
474
475
|
Attributes:
|
|
475
476
|
CanonicalHostedZoneName: String
|
|
476
477
|
CanonicalGostedZoneNameID: String
|
|
@@ -695,6 +696,13 @@ Resources:
|
|
|
695
696
|
Family: String
|
|
696
697
|
Parameters: JSON
|
|
697
698
|
Tags: JSON
|
|
699
|
+
"AWS::RDS::OptionGroup":
|
|
700
|
+
Properties:
|
|
701
|
+
EngineName: String
|
|
702
|
+
MajorEngineVersion: String
|
|
703
|
+
OptionGroupDescription: String
|
|
704
|
+
OptionConfigurations: JSON
|
|
705
|
+
Tags: JSON
|
|
698
706
|
"AWS::RDS::DBSecurityGroup" :
|
|
699
707
|
Properties:
|
|
700
708
|
EC2VpcId: String
|
data/lib/cfndsl/version.rb
CHANGED