Releases: hashicorp/terraform-aws-consul
Releases · hashicorp/terraform-aws-consul
v0.4.4
Modules affected
Description
- The autopilots flags are now prefixed and there are more details about autopilot in the docs
Related links
v0.4.3
Modules affected
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
#97 Adds a retry to the consul install script
v0.4.1
#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
#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
#80 Adds tests for passing an exact download url to the packer ami template and fixes check for ubuntu amis
v0.3.9
#77, #78: Fix how we publish public example AMIs.
v0.3.8
#62: You can now attach additional security groups to the consul-cluster
module using the new additional_security_group_ids
parameter.
v0.3.7
#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
#74: You can now specify custom tags for the Security Group in the consul-cluster
module by specifying the security_group_tags
parameter.