From 2a23df6bd3ae387d17187db02cc1c339566e531a Mon Sep 17 00:00:00 2001 From: Israel Herraiz Date: Sun, 20 Nov 2022 16:35:08 +0100 Subject: [PATCH] Fix variables/outputs table after removing duplicated code. --- modules/pubsub/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/pubsub/README.md b/modules/pubsub/README.md index 024f2889e..1efe75aa5 100644 --- a/modules/pubsub/README.md +++ b/modules/pubsub/README.md @@ -136,9 +136,9 @@ module "pubsub" { | [message_retention_duration](variables.tf#L62) | Minimum duration to retain a message after it is published to the topic. | string | | null | | [push_configs](variables.tf#L78) | Push subscription configurations. | map(object({…})) | | {} | | [regions](variables.tf#L91) | List of regions used to set persistence policy. | list(string) | | [] | -| [schema](variables.tf#L118) | Topic schema. If set, all messages in this topic should follow this schema. | object({…}) | | null | -| [subscription_iam](variables.tf#L97) | IAM bindings for subscriptions in {SUBSCRIPTION => {ROLE => [MEMBERS]}} format. | map(map(list(string))) | | {} | -| [subscriptions](variables.tf#L103) | Topic subscriptions. Also define push configs for push subscriptions. If options is set to null subscription defaults will be used. Labels default to topic labels if set to null. | map(object({…})) | | {} | +| [schema](variables.tf#L97) | Topic schema. If set, all messages in this topic should follow this schema. | object({…}) | | null | +| [subscription_iam](variables.tf#L107) | IAM bindings for subscriptions in {SUBSCRIPTION => {ROLE => [MEMBERS]}} format. | map(map(list(string))) | | {} | +| [subscriptions](variables.tf#L113) | Topic subscriptions. Also define push configs for push subscriptions. If options is set to null subscription defaults will be used. Labels default to topic labels if set to null. | map(object({…})) | | {} | ## Outputs @@ -147,7 +147,6 @@ module "pubsub" { | [id](outputs.tf#L17) | Topic id. | | | [schema](outputs.tf#L43) | Schema resource. | | | [schema_id](outputs.tf#L48) | Schema resource id. | | -| [schema_id](outputs.tf#L61) | Schema resource id. | | | [subscription_id](outputs.tf#L25) | Subscription ids. | | | [subscriptions](outputs.tf#L35) | Subscription resources. | | | [topic](outputs.tf#L53) | Topic resource. | |