diff --git a/modules/apigee/README.md b/modules/apigee/README.md index 6a6d6804..4bc10e9a 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