Skip to content
New issue

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

Add missing autospotting_spot_product_description variable #215

Merged
merged 1 commit into from
Feb 9, 2018
Merged

Add missing autospotting_spot_product_description variable #215

merged 1 commit into from
Feb 9, 2018

Conversation

twoism-dev
Copy link
Contributor

#214 broke terraform deployments due to this missing variable.

Issue Type

  • Feature Pull Request
  • Bugfix Pull Request
  • Documentation Pull Request

Summary

Code contribution checklist

  1. The contribution fixes a single existing github issue, and it is linked
    to it.
  2. The code is as simple as possible, readable and follows the idiomatic Go
    guidelines.
  3. All new functionality is covered by automated test cases so the overall
    test coverage doesn't decrease.
  4. No issues are reported when running make full-test.
  5. Functionality not applicable to all users should be configurable.
  6. Configurations should be exposed through Lambda function environment
    variables which are also passed as parameters to the
    CloudFormation
    and
    Terraform
    stacks defined as infrastructure code.
  7. Global configurations set from the infrastructure stack level should also
    support per-group overrides using tags.
  8. Tags names and expected values should be similar to the other existing
    configurations.
  9. Both global and tag-based configuration mechanisms should be tested and
    proven to work using log output from various test runs.
  10. The logs should be kept as clean as possible (use log levels as
    appropriate) and formatted consistently to the existing log output.
  11. The documentation is updated to cover the new behavior, as well as the
    new configuration options for both stack parameters and tag overrides.
  12. A code reviewer reproduced the problem and can confirm the code
    contribution actually resolves it.

#214 broke terraform deployments due to this missing variable.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 73.949% when pulling 4d9f74b on twoism-dev:patch-1 into 5a0af4c on cristim:master.

@russellballestrini
Copy link
Contributor

@twoism-dev sorry about that, I don't personally use terraform so I did my best to fill in the needed parts.

thanks for this patch!

@cristim cristim merged commit 574e9b4 into LeanerCloud:master Feb 9, 2018
@cristim
Copy link
Member

cristim commented Feb 9, 2018

Good catch @twoism-dev, thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants