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

resource/aws_emr_cluster: Add scale_down_behavior #3063

Merged
merged 4 commits into from
Feb 19, 2018

Commits on Feb 17, 2018

  1. Adding scale_down_behavior

    csghuser committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    a41a681 View commit details
    Browse the repository at this point in the history
  2. If user has not defined scale_down_behavior, use current value. This …

    …means the AWS default for the release_label will be used, unless the user wants to override this
    csghuser committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    f4501a2 View commit details
    Browse the repository at this point in the history
  3. Added compute to attribute, removed check for empty string, added val…

    …idation function, added test to basic cluster
    csghuser committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    cac0880 View commit details
    Browse the repository at this point in the history
  4. Ensure Terraform checks the current state each time. Check correct sc…

    …ale_down_behavior is set.
    csghuser committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    dac38a9 View commit details
    Browse the repository at this point in the history