diff --git a/modules/folder/README.md b/modules/folder/README.md index c71cdacc..c8dbcda0 100644 --- a/modules/folder/README.md +++ b/modules/folder/README.md @@ -302,7 +302,7 @@ module "folder" { | [iam_additive_members](variables.tf#L85) | IAM additive bindings in {MEMBERS => [ROLE]} format. This might break if members are dynamic values. | map(list(string)) | | {} | | [id](variables.tf#L92) | Folder ID in case you use folder_create=false. | string | | null | | [logging_exclusions](variables.tf#L98) | Logging exclusions for this folder in the form {NAME -> FILTER}. | map(string) | | {} | -| [logging_sinks](variables.tf#L105) | Logging sinks to create for this folder. | map(object({…})) | | {} | +| [logging_sinks](variables.tf#L105) | Logging sinks to create for this folder. | map(object({…})) | | {} | | [name](variables.tf#L137) | Folder name. | string | | null | | [org_policies](variables.tf#L143) | Organization policies applied to this folder keyed by policy name. | map(object({…})) | | {} | | [org_policies_data_path](variables.tf#L183) | Path containing org policies in YAML format. | string | | null |