cfhighlander 0.5.0.alpha.1537235718 → 0.5.0.alpha.1537756555

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b97df6c6db6450720840b58bca42dbd80ea937d0af5e3021cb59636f0ac288c
4
- data.tar.gz: 6d5ae88f280ff37d61791923e1f1146a73a465076711891076041bdacbec3445
3
+ metadata.gz: c6c0a1c38615bb1f785ef21558c6837c83fdff6f3794088c4fa71ae4cb799ca1
4
+ data.tar.gz: 7bb734af3575bcde2743f6146910fbe31432bab774bdf1f979246791e337ed5e
5
5
  SHA512:
6
- metadata.gz: b64f6b98be46b161b3c6f59470ee49439e366812ebbc2bf1bcbe67d30e9ea01e5c5268bc110c1464091db8dd56a28c992be7a9c5e741c58f562789d4ec264579
7
- data.tar.gz: 89c4384198068c5dac02ad39e16b9223a3a5e1406c781354c0b84604a58263f300d021bf85048f74ee8e28bf7861ae6e9fb744feb9516ff5abc37890f1e4af98
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.cfhighlander.rb
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/app.compiled.yaml | grep -A3 SubnetCompute0
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.1537235718
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-18 00:00:00.000000000 Z
13
+ date: 2018-09-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: highline