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

provider/aws: Elastic Beanstalk Application Version #5770

Merged

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    1a89270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29be271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7cf6af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8030158 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    807803c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9662918 View commit details
    Browse the repository at this point in the history
  7. provider/aws: Beanstalk App Version delete source

    The Elastic Beanstalk API call to delete `application_version` resource
    should not delete the s3 bundle, as this object is managed by another
    Terraform resource
    dharrisio committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    400e85d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    330de1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6eaeb5c View commit details
    Browse the repository at this point in the history
  10. Add version_label update test

    Adds test that fails after rebasing branch onto v0.8.x. `version_label`
    changes do not update the `aws_elastic_beanstalk_environment` resource.
    dharrisio committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    d006bad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8981fa1 View commit details
    Browse the repository at this point in the history
  12. Prevent unintended delete of application_version

    Prevents an `application_version` used by multiple environments from
    being deleted.
    dharrisio committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    0a8eed0 View commit details
    Browse the repository at this point in the history
  13. Add force_delete attribute

    dharrisio committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    14a307d View commit details
    Browse the repository at this point in the history
  14. Update documentation

    dharrisio committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c2b9c0b View commit details
    Browse the repository at this point in the history