cfhighlander 0.13.4 → 0.13.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfhighlander.version.rb +1 -1
- data/lib/util/cloudformation.util.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69c290bb8c84e39988439a5faf2ee075ea3ec85aaedc7cfa099f726e773a570b
|
4
|
+
data.tar.gz: 217de0d541bd89a76e978667be55dade84634a50da7d207b3fae6acd67a236b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bf090c1faec8b0ec2b53a2580a5b770995a66e2a34877e9e2845a979c28bb0ba43da2787c319d577bd87aa619f57f181336db39e9c0fdd9b0dc95e148ef318b
|
7
|
+
data.tar.gz: d518d75c72ff46a45371c96387fe895c5b66fb6966b13d592019ed844038590c475a14d3e7887e0dfe408212a639922b716087d9ac089d39c367caff587c092c
|
data/lib/cfhighlander.version.rb
CHANGED
@@ -115,7 +115,7 @@ module Cfhighlander
|
|
115
115
|
value = { "Fn::And" => [{"Condition" => sub_component.condition}, value]}
|
116
116
|
end
|
117
117
|
# Adds the condition to the inlined resource if it doesn't already have a condition
|
118
|
-
if element_name == 'Resources'
|
118
|
+
if element_name == 'Resources' || element_name == 'Outputs'
|
119
119
|
value['Condition'] = sub_component.condition unless value.has_key?('Condition')
|
120
120
|
end
|
121
121
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfhighlander
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikola Tosic
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2024-04-16 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: highline
|