cfhighlander 0.13.4 → 0.13.5
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 +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: 6986d1aa375977e4d182ba9a6038147b293fb59f07ba38fb15e1eb4951eb88f8
|
|
4
|
+
data.tar.gz: 52436f4aa3fa6d1b37f30c52e6cefef4ec82cd984d05a18f1831c900de33cbe2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8a337c74e627de564dbcfc349de6761f1844b23303a6100d53d386fdedce26fda9615491a1c2e09119a32ac9a4323aebf2e9ba6746267e00a90927c76ae30a5
|
|
7
|
+
data.tar.gz: d3d22679b3d2961f83caac36cecb088edb642044aa99629948de9795b45baee173b2b14170c46e22665db8e7de02bb5d466927a608c94851ee261f268a4ca356
|
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.5
|
|
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
|