diff --git a/website/docs/language/expressions/type-constraints.html.md b/website/docs/language/expressions/type-constraints.html.md index 9d81ee54b..826db5a99 100644 --- a/website/docs/language/expressions/type-constraints.html.md +++ b/website/docs/language/expressions/type-constraints.html.md @@ -278,7 +278,7 @@ variable "with_optional_attribute" { By default, for required attributes, Terraform will return an error if the source value has no matching attribute. Marking an attribute as optional 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. Because this feature is currently experimental, it requires an explicit