From 0cf254f91eff396e0e896eb13346b56700f08c0f Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Thu, 9 Mar 2023 12:03:00 +0100 Subject: [PATCH] Update variable and output tables --- modules/ncc-spoke-ra/README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/modules/ncc-spoke-ra/README.md b/modules/ncc-spoke-ra/README.md index e3ec849c..6e08b164 100644 --- a/modules/ncc-spoke-ra/README.md +++ b/modules/ncc-spoke-ra/README.md @@ -110,20 +110,14 @@ module "spoke-ra" { | name | description | type | required | default | |---|---|:---:|:---:|:---:| -| [asn](variables.tf#L17) | Autonomous System Number for the CR. All spokes in a hub should use the same ASN. | number | ✓ | | -| [hub](variables.tf#L37) | The name of the NCC hub to create or use. | object({…}) | ✓ | | -| [name](variables.tf#L64) | The name of the NCC spoke. | string | ✓ | | -| [peer_asn](variables.tf#L69) | Peer Autonomous System Number used by the router appliances. | number | ✓ | | -| [project_id](variables.tf#L74) | The ID of the project where the NCC hub & spokes will be created. | string | ✓ | | -| [ras](variables.tf#L79) | List of router appliances this spoke is associated with. | list(object({…})) | ✓ | | -| [region](variables.tf#L87) | Region where the spoke is located. | string | ✓ | | -| [subnetwork](variables.tf#L92) | The URI of the subnetwork that CR interfaces belong to. | string | ✓ | | -| [vpc](variables.tf#L97) | A reference to the network to which the CR belongs. | string | ✓ | | -| [custom_advertise](variables.tf#L22) | IP ranges to advertise if not using default route advertisement (subnet ranges). | object({…}) | | null | -| [data_transfer](variables.tf#L31) | Site-to-site data transfer feature, available only in some regions. | bool | | false | -| [ip_intf1](variables.tf#L46) | IP address for the CR interface 1. It must belong to the primary range of the subnet. If you don't specify a value Google will try to find a free address. | string | | null | -| [ip_intf2](variables.tf#L52) | IP address for the CR interface 2. It must belong to the primary range of the subnet. If you don't specify a value Google will try to find a free address. | string | | null | -| [keepalive](variables.tf#L58) | The interval in seconds between BGP keepalive messages that are sent to the peer. | number | | null | +| [hub](variables.tf#L23) | The name of the NCC hub to create or use. | object({…}) | ✓ | | +| [name](variables.tf#L32) | The name of the NCC spoke. | string | ✓ | | +| [project_id](variables.tf#L37) | The ID of the project where the NCC hub & spokes will be created. | string | ✓ | | +| [region](variables.tf#L42) | Region where the spoke is located. | string | ✓ | | +| [router_appliances](variables.tf#L47) | List of router appliances this spoke is associated with. | list(object({…})) | ✓ | | +| [router_config](variables.tf#L55) | Configuration of the Cloud Router. | object({…}) | ✓ | | +| [vpc_config](variables.tf#L70) | Network and subnetwork for the CR interfaces. | object({…}) | ✓ | | +| [data_transfer](variables.tf#L17) | Site-to-site data transfer feature, available only in some regions. | bool | | false | ## Outputs