From b35458540c1a1d057d5d614b8adb2450642fdc62 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 20 Mar 2020 18:56:42 +0100 Subject: [PATCH] update project README for new iam additive naming --- modules/project/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/project/README.md b/modules/project/README.md index bd02563e1c..2d79bd6888 100644 --- a/modules/project/README.md +++ b/modules/project/README.md @@ -28,20 +28,19 @@ module "project" { |---|---|:---: |:---:|:---:| | name | Project name and id suffix. | string | ✓ | | | parent | The resource name of the parent Folder or Organization. Must be of the form folders/folder_id or organizations/org_id. | string | ✓ | | -| prefix | Prefix used to generate project id and name. | string | ✓ | | | *auto_create_network* | Whether to create the default network for the project | bool | | false | | *billing_account* | Billing account id. | string | | | | *custom_roles* | Map of role name => list of permissions to create in this project. | map(list(string)) | | {} | +| *iam_additive_members* | Map of member lists used to set non authoritative bindings, keyed by role. | map(list(string)) | | {} | +| *iam_additive_roles* | List of roles used to set non authoritative bindings. | list(string) | | [] | | *iam_members* | Map of member lists used to set authoritative bindings, keyed by role. | map(list(string)) | | {} | -| *iam_nonauth_members* | Map of member lists used to set non authoritative bindings, keyed by role. | map(list(string)) | | {} | -| *iam_nonauth_roles* | List of roles used to set non authoritative bindings. | list(string) | | [] | | *iam_roles* | List of roles used to set authoritative bindings. | list(string) | | [] | | *labels* | Resource labels. | map(string) | | {} | | *lien_reason* | If non-empty, creates a project lien with this description. | string | | | | *oslogin* | Enable OS Login. | bool | | false | | *oslogin_admins* | List of IAM-style identities that will be granted roles necessary for OS Login administrators. | list(string) | | [] | | *oslogin_users* | List of IAM-style identities that will be granted roles necessary for OS Login users. | list(string) | | [] | -| *prevent_default_network_deletion* | Prevent deletion of default network (use this if your organization has skipDefaultNetworkCreation enforced) | bool | | false | +| *prefix* | Prefix used to generate project id and name. | string | | null | | *services* | Service APIs to enable. | list(string) | | [] | ## Outputs