typo: use destructions singular form

This commit is contained in:
Enzo Venturi 2022-08-16 01:21:32 -05:00 committed by GitHub
parent f79e912a81
commit 235a8b7fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Terraform Core Resource Destruction Notes # Terraform Core Resource Destruction Notes
This document intends to describe some of the details and complications This document intends to describe some of the details and complications
involved in the destructions of resources. It covers the ordering defined for involved in the destruction of resources. It covers the ordering defined for
related create and destroy operations, as well as changes to the lifecycle related create and destroy operations, as well as changes to the lifecycle
ordering imposed by `create_before_destroy`. It is not intended to enumerate ordering imposed by `create_before_destroy`. It is not intended to enumerate
all possible combinations of dependency ordering, only to outline the basics all possible combinations of dependency ordering, only to outline the basics