We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to be able to use https://github.com/meltwater/terraform-aws-asg-dns-handler and this requires being able to specify lifecycle hooks to the autoscale group.
I can add this module, define the hooks, and generate hostnames for my autoscale groups.
I need hostnames or predictable networking for my autoscale groups.
I can add a few lines to my main.tf and this will work.
I've been experimenting with this all yesterday and haven't gotten anything working.
Recipe I'm working on is here: https://github.com/converged-computing/flux-terraform-ami/pull/1/files#diff-6e45d26e502f88302f69c4c196babd8939186d9cd298f94caca283c128a2d186
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Feature
I'd like to be able to use https://github.com/meltwater/terraform-aws-asg-dns-handler and this requires being able to specify lifecycle hooks to the autoscale group.
Expected Behavior
I can add this module, define the hooks, and generate hostnames for my autoscale groups.
Use Case
I need hostnames or predictable networking for my autoscale groups.
Describe Ideal Solution
I can add a few lines to my main.tf and this will work.
Alternatives Considered
I've been experimenting with this all yesterday and haven't gotten anything working.
Additional Context
Recipe I'm working on is here: https://github.com/converged-computing/flux-terraform-ami/pull/1/files#diff-6e45d26e502f88302f69c4c196babd8939186d9cd298f94caca283c128a2d186
The text was updated successfully, but these errors were encountered: