From 27a15260a83027ccb904b25264d23cf623c73c8b Mon Sep 17 00:00:00 2001 From: John Inama Date: Mon, 18 Sep 2023 13:08:26 -0400 Subject: [PATCH] updating docs --- modules/apigee/README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/modules/apigee/README.md b/modules/apigee/README.md index cb99a34a..906ce95a 100644 --- a/modules/apigee/README.md +++ b/modules/apigee/README.md @@ -316,23 +316,13 @@ module "apigee" { | name | description | type | required | default | |---|---|:---:|:---:|:---:| -<<<<<<< HEAD -| [project_id](variables.tf#L97) | Project ID. | string | ✓ | | -| [addons_config](variables.tf#L17) | Addons configuration. | object({…}) | | null | -| [endpoint_attachments](variables.tf#L29) | Endpoint attachments. | map(object({…})) | | {} | -| [envgroups](variables.tf#L39) | Environment groups (NAME => [HOSTNAMES]). | map(list(string)) | | {} | -| [environments](variables.tf#L46) | Environments. | map(object({…})) | | {} | -| [instances](variables.tf#L65) | Instances ([REGION] => [INSTANCE]). | map(object({…})) | | {} | -| [organization](variables.tf#L82) | Apigee organization. If set to null the organization must already exist. | object({…}) | | null | -======= -| [project_id](variables.tf#L117) | Project ID. | string | ✓ | | +| [project_id](variables.tf#L119) | Project ID. | string | ✓ | | | [addons_config](variables.tf#L17) | Addons configuration. | object({…}) | | null | | [endpoint_attachments](variables.tf#L29) | Endpoint attachments. | map(object({…})) | | {} | | [envgroups](variables.tf#L39) | Environment groups (NAME => [HOSTNAMES]). | map(list(string)) | | {} | | [environments](variables.tf#L46) | Environments. | map(object({…})) | | {} | -| [instances](variables.tf#L64) | Instances ([REGION] => [INSTANCE]). | map(object({…})) | | {} | -| [organization](variables.tf#L89) | Apigee organization. If set to null the organization must already exist. | object({…}) | | null | ->>>>>>> master +| [instances](variables.tf#L64) | Instances ([REGION] => [INSTANCE]). | map(object({…})) | | {} | +| [organization](variables.tf#L91) | Apigee organization. If set to null the organization must already exist. | object({…}) | | null | ## Outputs