Update type-constraints.html.md

Fixed one typo found on the type constraints page:

recieving -> receiving
This commit is contained in:
mellab 2021-07-30 00:08:42 -05:00 committed by GitHub
parent aa414f3ab3
commit c690247837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ variable "with_optional_attribute" {
By default, for required attributes, Terraform will return an error if the By default, for required attributes, Terraform will return an error if the
source value has no matching attribute. Marking an attribute as optional source value has no matching attribute. Marking an attribute as optional
changes the behavior in that situation: Terraform will instead just silently changes the behavior in that situation: Terraform will instead just silently
insert `null` as the value of the attribute, allowing the recieving module insert `null` as the value of the attribute, allowing the receiving module
to describe an appropriate fallback behavior. to describe an appropriate fallback behavior.
Because this feature is currently experimental, it requires an explicit Because this feature is currently experimental, it requires an explicit