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: add name_prefix option to launch config #3802

Merged
merged 1 commit into from
Nov 10, 2015

Commits on Nov 7, 2015

  1. providers/aws: add name_prefix option to launch config

    See hashicorp#2911.
    
    This adds a `name_prefix` option to `aws_launch_configuration` resources.
    
    When specified, it is used instead of `terraform-` as the prefix for the
    launch configuration.  It conflicts with `name`, so existing
    functionality is unchanged.  `name` still sets the name explicitly.
    
    Added an acceptance test, and updated the site documentation.
    Paul Forman committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    4d640c6 View commit details
    Browse the repository at this point in the history