cfhighlander 0.5.0.alpha.1537235718 → 0.5.0.alpha.1537756555
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/README.md +3 -3
- 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: c6c0a1c38615bb1f785ef21558c6837c83fdff6f3794088c4fa71ae4cb799ca1
|
4
|
+
data.tar.gz: 7bb734af3575bcde2743f6146910fbe31432bab774bdf1f979246791e337ed5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 110021afdd5b96b11637064b5f6f106cfc09cb06075acc7df83ff593965441e176e26d6c4ac5b77cf8447647f54d6ea7ff08ba17103cc5f1e2f06835888dbb9f
|
7
|
+
data.tar.gz: 0d6ac9d296a14a87b827f593ec7fb2cc19cb329f5afde8cc004035cc681e6fe0c4de03bc96048163c2322f516b4410057a92acbe8fe8a58e5f1fd9918f1fb842
|
data/README.md
CHANGED
@@ -39,7 +39,7 @@ has to be done manually - either if you build JSON/YAML templates by hand,
|
|
39
39
|
or if using `Cfndsl`. With cfhighlander, this code is automatically generated for you
|
40
40
|
|
41
41
|
```ruby
|
42
|
-
|
42
|
+
## place contents below in file name application.cfhighlander.rb
|
43
43
|
CfhighlanderTemplate do
|
44
44
|
|
45
45
|
# explicit configuration for vpc component
|
@@ -80,13 +80,13 @@ end
|
|
80
80
|
... compile the template with ...
|
81
81
|
|
82
82
|
```shell
|
83
|
-
cfcompile application
|
83
|
+
cfcompile application
|
84
84
|
```
|
85
85
|
|
86
86
|
... and check how the subnets are being passed around ..
|
87
87
|
|
88
88
|
```shell
|
89
|
-
$ cat out/yaml/
|
89
|
+
$ cat out/yaml/application.compiled.yaml | grep -A3 SubnetCompute0
|
90
90
|
SubnetCompute0:
|
91
91
|
Fn::GetAtt:
|
92
92
|
- vpc
|
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.5.0.alpha.
|
4
|
+
version: 0.5.0.alpha.1537756555
|
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: 2018-09-
|
13
|
+
date: 2018-09-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: highline
|