mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #2966 from stack72/launch-config-docs
Updating Launch Config Docs for Name attribute
This commit is contained in:
commit
a1507c85f2
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user