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

Allow creation of everlasting spot fleet requests #9718

Merged
merged 2 commits into from
Jul 13, 2020

Commits on Aug 11, 2019

  1. Allow creation of everlasting spot fleet requests

    According to the AWS API doc, if `valid until` is _not_ set, then the spot fleet request "remains until you cancel it". By having a 24 hr default, then this behaviour cannot be achieved using this terraform provider - so the default it removed.
    
    Some conversation about the default: hashicorp@5bafd4b#r34628957
    The relevant AWS doc: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetRequestConfigData.html
    jkburges committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    a005a97 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. trigger GitHub actions

    jkburges committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b14e161 View commit details
    Browse the repository at this point in the history