terrafying-components 1.11.5 → 1.11.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be2a5e7920ea78ff4759ba8c31d27f65248365482582db2882c1d053e1a39a02
4
- data.tar.gz: 6af01ed0b8c377381ba71f7119dc5c9ca2a115833c28cabeb17b8886d25f7550
3
+ metadata.gz: d3d1d405c20cc82119a2ca41b29434c02c4132f624835d5e9b14d3f0ed2a25a9
4
+ data.tar.gz: 8df82ac519155a54d7e64dc9b9433dc4ab181313b9365e7dfc9f50994aa0b316
5
5
  SHA512:
6
- metadata.gz: 66072ec50c5cefb01b2c2a127bf71ef2bc8dd03a447508ab1f266152e3cc2ca306ce0327d6a83af6ea977a62ee6a0ba4f8fa2ddef35ec0b911e65932aa8f07d3
7
- data.tar.gz: 8d0af4f38a9d65108d7797f821d182bd1c318c092079883a63d24e1124552069ea7363355b2764c2e9eb4517b6e4027a029485ccab3f7267088d1026505f7f02
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
- raise "You cannot set security groups on a network loadbalancer, set them on the instances behind it."
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-2016-08',
180
+ ssl_policy: 'ELBSecurityPolicy-TLS-1-2-2017-01',
181
181
  certificate_arn: default_cert
182
182
  }
183
183
  end
@@ -20,7 +20,7 @@ module Terrafying
20
20
  def initialize(
21
21
  vpc:,
22
22
  thanos_name: 'thanos',
23
- thanos_version: 'master-2018-10-29-8f247d6',
23
+ thanos_version: 'v0.2.1',
24
24
  prom_name: 'prometheus',
25
25
  prom_version: 'v2.4.3'
26
26
  )
@@ -1,5 +1,5 @@
1
1
  module Terrafying
2
2
  module Components
3
- VERSION = "1.11.5"
3
+ VERSION = "1.11.6"
4
4
  end
5
5
  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.5
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-01-29 00:00:00.000000000 Z
11
+ date: 2019-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler