prima-twig 0.56.81 → 0.56.82
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/prima_aws_client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 800b8a6ea7c7da6e8d28909aa71ebf735a7633c006dbd0b973621b57b158ff3e
|
|
4
|
+
data.tar.gz: 5cec0cacd51094c1b3c6e11f63745f3cae01b2f08c55e01d01b0023b278b91aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e3a16a61aae91cefc6bf1a8b522cbe6d8d763cf0d5a19bdb8beb30f3df5c7310b3ff4933875005d81d14c1928796a8e0db5e99b6f468f90b974bb5e3c6edde7
|
|
7
|
+
data.tar.gz: 7956f2b6a78191c18aac8ee337d122f447575c2808fe9f30610bfe73a674db1c13d681b6a51abebdfda39888c0f71ba6fc15efe332f5bc3b0f5f9caa576f8dc3
|
data/lib/prima_aws_client.rb
CHANGED
|
@@ -327,7 +327,7 @@ module PrimaAwsClient
|
|
|
327
327
|
|
|
328
328
|
def describe_instances(instance_ids)
|
|
329
329
|
begin
|
|
330
|
-
resp = ec2_client.describe_instances(instance_ids)
|
|
330
|
+
resp = ec2_client.describe_instances({instance_ids: instance_ids})
|
|
331
331
|
rescue Aws::CloudFormation::Errors::Throttling => e
|
|
332
332
|
output 'Throttling, retrying in 15 seconds'.red
|
|
333
333
|
sleep 15
|