diff --git a/foundations/environments/README.md b/foundations/environments/README.md index 91ba7aa4..338c7286 100644 --- a/foundations/environments/README.md +++ b/foundations/environments/README.md @@ -39,12 +39,10 @@ If no shared services are needed, the shared service project module can of cours | root_node | Root node for the new hierarchy, either 'organizations/org_id' or 'folders/folder_id'. | string | ✓ | | | *audit_filter* | Audit log filter used for the log sink. | string | | ... | | *gcs_location* | GCS bucket location. | string | | EU | -| *iam_assets_editors* | Shared assets project editors, in IAM format. | list(string) | | [] | -| *iam_assets_owners* | Shared assets project owners, in IAM format. | list(string) | | [] | | *iam_audit_viewers* | Audit project viewers, in IAM format. | list(string) | | [] | | *iam_billing_config* | Control granting billing user role to service accounts. Target the billing account by default. | object({...}) | | ... | | *iam_folder_roles* | List of roles granted to each service account on its respective folder (excluding XPN roles). | list(string) | | ... | -| *iam_sharedsvc_owners* | Shared services project owners, in IAM format. | list(string) | | [] | +| *iam_shared_owners* | Shared services project owners, in IAM format. | list(string) | | [] | | *iam_terraform_owners* | Terraform project owners, in IAM format. | list(string) | | [] | | *iam_xpn_config* | Control granting Shared VPC creation roles to service accounts. Target the root node by default. | object({...}) | | ... | | *project_services* | Service APIs enabled by default in new projects. | list(string) | | ... | diff --git a/infrastructure/hub-and-spoke-vpn/README.md b/infrastructure/hub-and-spoke-vpn/README.md index 2e39e68c..ab866ca2 100644 --- a/infrastructure/hub-and-spoke-vpn/README.md +++ b/infrastructure/hub-and-spoke-vpn/README.md @@ -42,7 +42,7 @@ If a single router and VPN gateway are used in the hub to manage all tunnels, pa | project_id | Project id for all resources. | string | ✓ | | | *bgp_asn* | BGP ASNs. | map(number) | | ... | | *bgp_custom_advertisements* | BGP custom advertisement IP CIDR ranges. | map(string) | | ... | -| *bgp_interface_ranges* | None | | | ... | +| *bgp_interface_ranges* | BGP interface IP CIDR ranges. | map(string) | | ... | | *ip_ranges* | IP CIDR ranges. | map(string) | | ... | | *regions* | VPC regions. | map(string) | | ... |