Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Releases: hashicorp/terraform-aws-consul

v0.4.4

16 Nov 10:06
26bc2d4
Compare
Choose a tag to compare

Modules affected

  • run-consul

Description

  • The autopilots flags are now prefixed and there are more details about autopilot in the docs

Related links

v0.4.3

16 Nov 00:02
379c917
Compare
Choose a tag to compare

Modules affected

  • consul-cluster

Description

  • The consul-cluster module now exposes a new optional enabled_metrics parameter that you can use to specify the metrics that should be enabled in the underlying Auto Scaling Group.

Related links

v0.4.2

14 Nov 12:21
5087f97
Compare
Choose a tag to compare

#97 Adds a retry to the consul install script

v0.4.1

01 Nov 20:22
52bd5df
Compare
Choose a tag to compare

#94, #95: You can now configure a service-linked role for the ASG used in the consul-cluster module using the new (optional) service_linked_role_arn parameter.

v0.4.0

20 Sep 11:25
cd8c0b2
Compare
Choose a tag to compare

#83:

BACKWARDS INCOMPATIBLE CHANGES

  • The consul-cluster, consul-security-group-rules, and consul-client-security-group-rules modules now all require that if you use the allowed_inbound_security_group_ids parameter, you pass in an additional allowed_inbound_security_group_count parameter that specifies how many IDs are in allowed_inbound_security_group_ids. This seemingly redundant parameter is to work around an unfortunate limitation in Terraform where it cannot compute the count parameter if it references any resources (e.g., if allowed_inbound_security_group_ids references an aws_security_group resource).

  • The consul-security-group-rules module updates the security group with self rules which allow the consul servers to talk to each other over RPC, WAN, HTTP, and DNS protocols.

  • The consul-client-security-group-rules module updates the security group with self rules which allow consul clients to talk to each other over the Serf LAN protocol.

v0.3.10

30 Aug 12:22
ca3600a
Compare
Choose a tag to compare

#80 Adds tests for passing an exact download url to the packer ami template and fixes check for ubuntu amis

v0.3.9

24 Aug 21:46
c3be462
Compare
Choose a tag to compare

#77, #78: Fix how we publish public example AMIs.

v0.3.8

21 Aug 22:26
b167325
Compare
Choose a tag to compare

#62: You can now attach additional security groups to the consul-cluster module using the new additional_security_group_ids parameter.

v0.3.7

20 Aug 10:14
d086782
Compare
Choose a tag to compare

#73 Allows passing an exact download url to the packer ami template and the install script (useful for installing Consul Enterprise) and bumps the default Consul install version

v0.3.6

19 Aug 14:49
Compare
Choose a tag to compare

#74: You can now specify custom tags for the Security Group in the consul-cluster module by specifying the security_group_tags parameter.