Merge pull request #3270 from stack72/aws-lc-docs-typos
[DOCS] Noticed some typos in the LaunchConfig docs when replying to a github…
This commit is contained in:
commit
a7a7f8393e
|
@ -24,7 +24,7 @@ resource "aws_launch_configuration" "as_conf" {
|
||||||
|
|
||||||
Launch Configurations cannot be updated after creation with the Amazon
|
Launch Configurations cannot be updated after creation with the Amazon
|
||||||
Web Service API. In order to update a Launch Configuration, Terraform will
|
Web Service API. In order to update a Launch Configuration, Terraform will
|
||||||
destroy the existing resource and create a replacement. If order to effectively
|
destroy the existing resource and create a replacement. In order to effectively
|
||||||
use a Launch Configuration resource with an [AutoScaling Group resource][1],
|
use a Launch Configuration resource with an [AutoScaling Group resource][1],
|
||||||
it's recommend to omit the Launch Configuration `name` attribute, and
|
it's recommend to omit the Launch Configuration `name` attribute, and
|
||||||
specify `create_before_destroy` in a [lifecycle][2] block, as shown:
|
specify `create_before_destroy` in a [lifecycle][2] block, as shown:
|
||||||
|
|
Loading…
Reference in New Issue