diff --git a/modules/apigee/README.md b/modules/apigee/README.md index 3123bfb6..2165526f 100644 --- a/modules/apigee/README.md +++ b/modules/apigee/README.md @@ -62,7 +62,7 @@ module "apigee" { } } } -# tftest modules=1 resources=16 +# tftest modules=1 resources=15 ``` ### All resources (HYBRID control plane) @@ -185,7 +185,7 @@ module "apigee" { | [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({…})) | | {} | +| [instances](variables.tf#L65) | Instances ([REGION] => [INSTANCE]). | map(object({…})) | | {} | | [organization](variables.tf#L80) | Apigee organization. If set to null the organization must already exist. | object({…}) | | null | ## Outputs diff --git a/modules/apigee/variables.tf b/modules/apigee/variables.tf index 3fa5f4e2..c5832e33 100644 --- a/modules/apigee/variables.tf +++ b/modules/apigee/variables.tf @@ -71,7 +71,7 @@ variable "instances" { troubleshooting_ip_cidr_range = string disk_encryption_key = optional(string) consumer_accept_list = optional(list(string)) - nat_ips = optional(number, 0) + enable_nat = optional(bool, false) })) default = {} nullable = false