diff --git a/modules/organization/README.md b/modules/organization/README.md index bb22cdef..e124333d 100644 --- a/modules/organization/README.md +++ b/modules/organization/README.md @@ -36,7 +36,6 @@ module "org" { | name | description | type | required | default | |---|---|:---: |:---:|:---:| | org_id | Organization id in nnnnnn format. | number | ✓ | | -| *access_policy_name* | Access Policy name. No Access Policy will be created. | string | | null | | *access_policy_title* | Access Policy title to be created. | string | | | | *custom_roles* | Map of role name => list of permissions to create in this project. | map(list(string)) | | {} | | *iam_additive_bindings* | Map of roles lists used to set non authoritative bindings, keyed by members. | map(list(string)) | | {} | @@ -46,7 +45,7 @@ module "org" { | *policy_boolean* | Map of boolean org policies and enforcement value, set value to null for policy restore. | map(bool) | | {} | | *policy_list* | Map of list org policies, status is true for allow, false for deny, null for restore. Values can only be used for allow or deny. | map(object({...})) | | {} | | *vpc_sc_perimeters* | Set of Perimeters. | map(object({...})) | | {} | -| *vpc_sc_perimeters_projects* | Perimeter - Project Number mapping in `projects/project_number` format.. | map(list(string)) | | {} | +| *vpc_sc_perimeters_projects* | Perimeter - Project Number mapping in `projects/project_number` format. | map(list(string)) | | {} | ## Outputs diff --git a/modules/project/README.md b/modules/project/README.md index 5d5c6bb3..8f861788 100644 --- a/modules/project/README.md +++ b/modules/project/README.md @@ -103,8 +103,8 @@ module "project" { | *project_create* | Create project. When set to false, uses a data source to reference existing project. | bool | | true | | *service_config* | Configure service API activation. | object({...}) | | ... | | *services* | Service APIs to enable. | list(string) | | [] | -| *vpc_sc_perimeter* | Name of the VPC-SC perimeter the project belong to. | string | | null | -| *vpc_sc_perimeter_bridges* | List of VPC-SC perimeter bridges the project belong to. Must be of the form accessPolicies/{policy_id}/servicePerimeters/{short_name} | list(string) | | [] | +| *vpc_sc_perimeter* | None | string | | null | +| *vpc_sc_perimeter_bridges* | None | list(string) | | [] | ## Outputs