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:
Radek Simko 2015-09-18 06:51:10 +01:00
commit a7a7f8393e
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ resource "aws_launch_configuration" "as_conf" {
Launch Configurations cannot be updated after creation with the Amazon
Web Service API. In order to update a Launch Configuration, Terraform will
destroy the existing resource and create a replacement. If order to effectively
use a Launch Configuration resource with an[AutoScaling Group resource][1],
destroy the existing resource and create a replacement. In order to effectively
use a Launch Configuration resource with an [AutoScaling Group resource][1],
it's recommend to omit the Launch Configuration `name` attribute, and
specify `create_before_destroy` in a [lifecycle][2] block, as shown: