terrafying-components 1.11.5 → 1.11.6
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: d3d1d405c20cc82119a2ca41b29434c02c4132f624835d5e9b14d3f0ed2a25a9
|
4
|
+
data.tar.gz: 8df82ac519155a54d7e64dc9b9433dc4ab181313b9365e7dfc9f50994aa0b316
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6126a73ef0858ed59416138a929211ef55ced2753216bbb7cd280334fd3c50423fddb13994e4925ba807883d0148267a8a95ed147f8902fda659447cb20eec9e
|
7
|
+
data.tar.gz: e4f456c0dd13e1691cca20b3b9f85249b7305dc545eedd6b21613e244251bcbc5e634410d1082e3a1c212db8f88f474504c4fe383097ab171d578634d1343ec2
|
@@ -109,7 +109,7 @@ module Terrafying
|
|
109
109
|
end
|
110
110
|
|
111
111
|
if network? && options[:security_groups].count > 0
|
112
|
-
|
112
|
+
warn "You cannot set security groups on a network loadbalancer, set them on the instances behind it."
|
113
113
|
end
|
114
114
|
|
115
115
|
@id = resource :aws_lb, ident, {
|
@@ -177,7 +177,7 @@ module Terrafying
|
|
177
177
|
certs.map { |cert| alb_cert(cert, port_ident) }
|
178
178
|
|
179
179
|
{
|
180
|
-
ssl_policy: 'ELBSecurityPolicy-
|
180
|
+
ssl_policy: 'ELBSecurityPolicy-TLS-1-2-2017-01',
|
181
181
|
certificate_arn: default_cert
|
182
182
|
}
|
183
183
|
end
|
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.6
|
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-
|
11
|
+
date: 2019-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|