From a0b3f2fb7fe0df37e117a0124c15acc25e6db076 Mon Sep 17 00:00:00 2001 From: Daniel Strebel Date: Thu, 5 Aug 2021 15:55:23 +0200 Subject: [PATCH] Apigee tfdoc update --- modules/apigee-organization/README.md | 6 +++--- modules/apigee-x-instance/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/apigee-organization/README.md b/modules/apigee-organization/README.md index 669aa2b4..b62950f4 100644 --- a/modules/apigee-organization/README.md +++ b/modules/apigee-organization/README.md @@ -104,13 +104,13 @@ module "apigee-organization" { | name | description | type | required | default | |---|---|:---: |:---:|:---:| -| analytics_region | Analytics Region for the Apgiee Organization (immutable). See https://cloud.google.com/apigee/docs/api-platform/get-started/install-cli. | string | ✓ | | +| analytics_region | Analytics Region for the Apigee Organization (immutable). See https://cloud.google.com/apigee/docs/api-platform/get-started/install-cli. | string | ✓ | | | project_id | Project ID to host this Apigee organization (will also become the Apigee Org name). | string | ✓ | | | runtime_type | None | string | ✓ | | | *apigee_envgroups* | Apigee Environment Groups. | map(object({...})) | | {} | | *apigee_environments* | Apigee Environment Names. | list(string) | | [] | -| *authorized_network* | VPC network id (requires service network peering enabled (Used in Apigee X only). | string | | null | -| *database_encryption_key* | Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances (immutable, used in Apigee X only). | string | | null | +| *authorized_network* | VPC network self link (requires service network peering enabled (Used in Apigee X only). | string | | null | +| *database_encryption_key* | Cloud KMS key self link (e.g. `projects/foo/locations/us/keyRings/bar/cryptoKeys/baz`) used for encrypting the data that is stored and replicated across runtime instances (immutable, used in Apigee X only). | string | | null | | *description* | Description of the Apigee Organization. | string | | Apigee Organization created by tf module | | *display_name* | Display Name of the Apigee Organization. | string | | null | diff --git a/modules/apigee-x-instance/README.md b/modules/apigee-x-instance/README.md index 6d162fb9..371f8f0b 100644 --- a/modules/apigee-x-instance/README.md +++ b/modules/apigee-x-instance/README.md @@ -54,7 +54,7 @@ module "apigee-x-instance" { | region | Compute region. | string | ✓ | | | *apigee_envgroups* | Apigee Environment Groups. | map(object({...})) | | {} | | *apigee_environments* | Apigee Environment Names. | list(string) | | [] | -| *disk_encryption_key* | Customer Managed Encryption Key (CMEK) used for disk and volume encryption (required for PAID Apigee Orgs only). | string | | null | +| *disk_encryption_key* | Customer Managed Encryption Key (CMEK) self link (e.g. `projects/foo/locations/us/keyRings/bar/cryptoKeys/baz`) used for disk and volume encryption (required for PAID Apigee Orgs only). | string | | null | ## Outputs