hashicorp / terraform-aws-consul

A Terraform Module for how to run Consul on AWS using Terraform and Packer
Apache License 2.0
399 stars 482 forks source link

Fix systemd reload #251

Open mr-miles opened 2 years ago

mr-miles commented 2 years ago

Description

Signal to the service via its PID rather than via the consul CLI, which requires a working token and other environment variables

Related Issues

Fixes #250