terrafying-components 1.15.21 → 1.15.27

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: 6a34f6267b2a94b0dd8240a2cd2cfd065b739acf7ccee8cee6d90620a6d577a6
4
- data.tar.gz: 8a78fdd2f2b5ccfa4f5fc05e18efa4596f950153b9cd5472a57b233799473d51
3
+ metadata.gz: c4aa8556484984beeff3e8516069c2f4c19ed362dc40cb9c5e1388b7db6b3a30
4
+ data.tar.gz: 8496a24598cb73692342fb02891d061c492fb5c4e6de6a236ab268551d7c3b58
5
5
  SHA512:
6
- metadata.gz: 7f43c6ed5054f28281e600011418bd2b2784a3641166de61b1d4a47c553096d8104427d6e6d791c35bccfabcbc08afef782f29e7591d881e1dbf5823bf4786d3
7
- data.tar.gz: 7b9e1d1f87efc949b3fbb43c6bcf8f02c69a6836e8e5a672f4c52617cd6db9546f364b5c7ea0078bb48240a43ac45a106833fed87b44ea09f32de50847900b9c
6
+ metadata.gz: 1e30aafb4b832acfc1a01e282feab7929ba43a646ef4524bd1cf109062cd31ebcbbbd53f848e541abb8c248535e682b30911072c1939b3ab35c41d29e47030b8
7
+ data.tar.gz: 4e7c93e9ddf5beff6bd06b7960936f96e940f79ca089d2a092c8ab4108bac1092e213727907979741c09d29d20fb6b75e1f5cef4be792bba1945d9fd29c7d55d
@@ -33,7 +33,7 @@ module Terrafying
33
33
  options = {
34
34
  public: false,
35
35
  eip: false,
36
- ami: aws.ami('base-image-fc-2860fb52', owners = ['136393635417']),
36
+ ami: aws.ami('base-image-fc-3c48f829', owners = ['477284023816']),
37
37
  instance_type: 't3a.micro',
38
38
  instances: { min: 1, max: 1, desired: 1, tags: {} },
39
39
  ports: [],
@@ -22,7 +22,7 @@ module Terrafying
22
22
  thanos_name: 'thanos',
23
23
  thanos_version: 'v0.10.1',
24
24
  prom_name: 'prometheus',
25
- prom_version: 'v2.15.2',
25
+ prom_version: 'v2.23.0',
26
26
  instances: 2,
27
27
  instance_type: 't3a.small',
28
28
  thanos_instance_type: 't3a.small',
@@ -41,7 +41,7 @@ module Terrafying
41
41
 
42
42
  def create_in(vpc, name, options = {})
43
43
  options = {
44
- ami: aws.ami('base-image-fc-2860fb52', owners = ['136393635417']),
44
+ ami: aws.ami('base-image-fc-3c48f829', owners = ['477284023816']),
45
45
  instance_type: 't3a.micro',
46
46
  ports: [],
47
47
  instances: [{}],
@@ -63,7 +63,7 @@ module Terrafying
63
63
  description: "Describe the ingress and egress of the static set #{ident}",
64
64
  tags: options[:tags],
65
65
  vpc_id: vpc.id
66
-
66
+
67
67
  vpc_endpoints_egress = options[:vpc_endpoints_egress]
68
68
  if vpc_endpoints_egress.empty?
69
69
  default_egress_rule(ident, @security_group)
@@ -102,7 +102,7 @@ module Terrafying
102
102
  type: 'ingress',
103
103
  from_port: from_port(port[:upstream_port]),
104
104
  to_port: to_port(port[:upstream_port]),
105
- protocol: port[:type],
105
+ protocol: port[:type] == 'udp' ? 'udp' : 'tcp',
106
106
  self: true
107
107
  end
108
108
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Terrafying
4
4
  module Components
5
- VERSION = '1.15.21'
5
+ VERSION = '1.15.27'
6
6
  end
7
7
  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.15.21
4
+ version: 1.15.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - uSwitch Limited
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-06 00:00:00.000000000 Z
11
+ date: 2020-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake