From 702c428da455e7cd0fe3b58a0d1b5fe54f26825b Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Fri, 4 Aug 2023 13:06:59 +0200 Subject: [PATCH] Update Readme --- modules/apigee/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apigee/README.md b/modules/apigee/README.md index 6a6d68040d..4bc10e9a62 100644 --- a/modules/apigee/README.md +++ b/modules/apigee/README.md @@ -171,7 +171,7 @@ module "apigee" { | [envgroups](variables.tf#L26) | Environment groups (NAME => [HOSTNAMES]). | map(list(string)) | | null | | [environments](variables.tf#L32) | Environments. | map(object({…})) | | null | | [instances](variables.tf#L50) | Instances ([REGION] => [INSTANCE]). | map(object({…})) | | null | -| [organization](variables.tf#L63) | Apigee organization. If set to null the organization must already exist. | object({…}) | | null | +| [organization](variables.tf#L63) | Apigee organization. If set to null the organization must already exist. | object({…}) | | null | ## Outputs