Merge pull request #2966 from stack72/launch-config-docs

Updating Launch Config Docs for Name attribute
This commit is contained in:
Clint 2015-08-12 10:44:31 -05:00
commit a1507c85f2

View File

@ -10,6 +10,8 @@ description: |-
Provides a resource to create a new launch configuration, used for autoscaling groups.
~> **NOTE:** You may want to omit `name` attribute from attached `aws_launch_configuration`. When you [create](http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/LaunchConfiguration.html) a launch configuration, you cannot edit it. Terraform will treat a change in this resource as a destroy and create action. If you add a name to your launch configuration, then terraform will not be able to create the replacement launch configuration due to the name being the same.
## Example Usage
```