terraform-aws-rabbitmq
terraform-aws-rabbitmq copied to clipboard
Terraform configuration for creating RabbitMQ cluster on AWS.
Currently original configuration doesn't work, because rabbitmq was deprecated RABBITMQ_ERLANG_COOKIE environment variable. This pull request fixes this issue
My company have a strict tag rule for all AWS resources. This PR is for more tags other than 'Name' Thank you.
Running `terraform init` after providing variables grants the following error ``` Error downloading modules: Error loading modules: error downloading 'https://github.com/ulamlabs/terraform-aws-rabbitmq?ref=v3.0.0': /usr/bin/git exited with 128: Cloning into '.terraform/modules/092ebc75691ed8de2f41a34a62b78538'... fatal: BUG: initial...
For sensitive info like these passwords and cookies. This prevents the random values from being printed on the console output. https://www.terraform.io/docs/providers/random/r/password.html
I noticed this is using the legacy aws_elb instead of aws_lb. Are you willing to accept PR's? I noticed 2 PR's unmerged from last year that look legit.
I would like to inform you that this module cannot be used anymore due to non-existent EC2 AMIs. The least you can do is update the "aws_ami_ids" with the following...