terrafying-components 1.11.2 → 1.11.3
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12a356bb3bd059ffcde3680685f307fb7a89755cd89a881cd879566397968ce9
|
4
|
+
data.tar.gz: 214186688d3906b86c78b1167a40e860c673268367f989cad82c78a899e91fec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51936f3ef40d7a9307791c8b4cd612be2461e8eca85795ed78e25f80f019f4e3dc970ede362ea52eb740ac3f29e3deb1256957b42660c8568d49a5ee7c959b68
|
7
|
+
data.tar.gz: b3b6a8fe8528f3fbc95c1e8dbc2f9c5f88b80c520d37b131ba8aa0aee22fe2adc3fa84ab2cedca5741017f0e31f494cd2e90ae1bb988565fd56183d750292083
|
@@ -228,6 +228,7 @@ module Terrafying
|
|
228
228
|
MaxBatchSize: "#{instances[:desired]}",
|
229
229
|
PauseTime: "PT10M",
|
230
230
|
WaitOnResourceSignals: true,
|
231
|
+
SuspendProcesses: %w[HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions],
|
231
232
|
}
|
232
233
|
}
|
233
234
|
elsif rolling_update
|
@@ -235,7 +236,8 @@ module Terrafying
|
|
235
236
|
AutoScalingRollingUpdate: {
|
236
237
|
MinInstancesInService: "#{instances[:min]}",
|
237
238
|
MaxBatchSize: "1",
|
238
|
-
PauseTime: "PT0S"
|
239
|
+
PauseTime: "PT0S",
|
240
|
+
SuspendProcesses: %w[HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions],
|
239
241
|
}
|
240
242
|
}
|
241
243
|
end
|
@@ -191,8 +191,7 @@ module Terrafying
|
|
191
191
|
end
|
192
192
|
|
193
193
|
def subnets_for(subnets)
|
194
|
-
return { subnets: subnets.map(&:id) }
|
195
|
-
{ subnet_mapping: subnets.map { |subnet| { subnet_id: subnet.id } } }
|
194
|
+
return { subnets: subnets.map(&:id) }
|
196
195
|
end
|
197
196
|
|
198
197
|
def network?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terrafying-components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- uSwitch Limited
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|