diff --git a/website/docs/modules/composition.html.markdown b/website/docs/modules/composition.html.markdown index 959220c08..cfe415845 100644 --- a/website/docs/modules/composition.html.markdown +++ b/website/docs/modules/composition.html.markdown @@ -194,12 +194,12 @@ implementations would have the following variable declared: ```hcl variable "recordsets" { - type = object({ + type = list(object({ name = string type = string ttl = number records = list(string) - }) + })) } ```