diff --git a/modules/vpc-sc/README.md b/modules/vpc-sc/README.md index ae3ca954..43331e83 100644 --- a/modules/vpc-sc/README.md +++ b/modules/vpc-sc/README.md @@ -233,7 +233,7 @@ module "vpc-sc-second" { | organization_id | Organization id in organizations/nnnnnn format. | string | ✓ | | | *access_level_perimeters* | Enforced mode -> Access Level -> Perimeters mapping. Enforced mode can be 'enforced' or 'dry_run' | map(map(list(string))) | | {} | | *access_levels* | Map of Access Levels to be created. For each Access Level you can specify 'ip_subnetworks, required_access_levels, members, negate or regions'. | map(object({...})) | | {} | -| *access_policy_create* | enable autocreation of the Access Policy | bool | | true | +| *access_policy_create* | Enable autocreation of the Access Policy | bool | | true | | *access_policy_name* | Referenced Access Policy name | string | | null | | *access_policy_title* | Access Policy title to be created. | string | | null | | *egress_policies* | List of EgressPolicies in the form described in the [documentation](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter#egress_policies) | | | null |