autostacker24 1.0.25 → 1.0.26

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/autostacker24/stacker.rb +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7553195dc9f0064362a83480a162578bea7e33cf
4
- data.tar.gz: cd0062364f2960febc38b3ed1961e05b66278ee5
3
+ metadata.gz: ac0007f20ca08f1cb9705239b0d9473a6bf80441
4
+ data.tar.gz: fb82a1abcbb82108fd8ce04fbd0eb1b28ed7ec54
5
5
  SHA512:
6
- metadata.gz: 2c7512e745f9f9f23d009f1faed7ef03ff9ffcecb3509cfcc062b00139bfa1a87f61f5ee0878c93ebcfdea55a9b0aa1f373de2f9a79550da7af9121fd4821562
7
- data.tar.gz: 38b8c6bc8214b6b77db24f5338b087b364cba12209f392230c4d0c64824cb1392484b9515555d97cd16e39891af24e11dabc45b46a7e39fe05c98bc60b1ddc9a
6
+ metadata.gz: e8b963abe01c15b039ccee84edc4c05387d1acac505ed6d60473f0f67854e6178a93e99bbdd0f72d90f07f47cd5ff7566c5861458e97e78087dd73a501c5c1d0
7
+ data.tar.gz: 8b050254c30f426e67106bef0ac1d3a410ade76003c2e1bf9f91c73ae80e83e6579a0c9609620b7ddff8b88b1a93ddf5b2713a039043c49b8fc09d7870313f19
@@ -14,7 +14,10 @@ module Stacker
14
14
  end
15
15
 
16
16
  def region=(region) # use ENV['AWS_REGION'] or ENV['AWS_DEFAULT_REGION']
17
- @region = region unless region == @region
17
+ unless region == @region
18
+ @lazy_cloud_formation = nil
19
+ @region = region
20
+ end
18
21
  end
19
22
 
20
23
  def create_or_update_stack(stack_name, template, parameters, parent_stack_name = nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autostacker24
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.25
4
+ version: 1.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Mueller