buildkite / lifecycled

A daemon for responding to AWS AutoScaling Lifecycle Hooks
MIT License
146 stars 34 forks source link

Outdated flag in Terraform example #78

Closed qrilka closed 4 years ago

qrilka commented 5 years ago

In https://github.com/buildkite/lifecycled/blob/master/terraform/modules/example/cloud-config.yml#L19 I see --spot flag being used but it doesn't appear to exist anymore:

$ lifecycled --spot
lifecycled: error: unknown long flag '--spot', try --help

I suppose --no-spot (or actually not setting it) replaced --spot?

itsdalmo commented 4 years ago

This has been fixed in #81 , thanks for reporting 🙌