Skip to content

Commit

Permalink
feat: add policyanalyzer.activityAnalysisViewer
Browse files Browse the repository at this point in the history
Use make terraform-docs

PSP-2485
  • Loading branch information
hazedav committed Jul 17, 2024
1 parent a9acb87 commit 72ba4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ policyanalyzer.googleapis.com
| <a name="input_organization_id"></a> [organization\_id](#input\_organization\_id) | The organization ID, required if org\_integration is set to true | `string` | `""` | no |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | The prefix that will be use at the beginning of every generated resource | `string` | `"lw-cfg"` | no |
| <a name="input_project_id"></a> [project\_id](#input\_project\_id) | A project ID different from the default defined inside the provider | `string` | `""` | no |
| <a name="input_required_config_apis"></a> [required\_config\_apis](#input\_required\_config\_apis) | n/a | `map(any)` | <pre>{<br> "bigquery": "bigquery.googleapis.com",<br> "cloudasset_inventory": "cloudasset.googleapis.com",<br> "compute": "compute.googleapis.com",<br> "containers": "container.googleapis.com",<br> "dns": "dns.googleapis.com",<br> "essentialcontacts": "essentialcontacts.googleapis.com",<br> "iam": "iam.googleapis.com",<br> "kms": "cloudkms.googleapis.com",<br> "logging": "logging.googleapis.com",<br> "pubsub": "pubsub.googleapis.com",<br> "resourcemanager": "cloudresourcemanager.googleapis.com",<br> "serviceusage": "serviceusage.googleapis.com",<br> "sqladmin": "sqladmin.googleapis.com",<br> "storage_component": "storage-component.googleapis.com"<br>,<br> "policyanalyzer": "policyanalyzer.googleapis.com"<br>}</pre> | no |
| <a name="input_required_config_apis"></a> [required\_config\_apis](#input\_required\_config\_apis) | n/a | `map(any)` | <pre>{<br> "bigquery": "bigquery.googleapis.com",<br> "cloudasset_inventory": "cloudasset.googleapis.com",<br> "compute": "compute.googleapis.com",<br> "containers": "container.googleapis.com",<br> "dns": "dns.googleapis.com",<br> "essentialcontacts": "essentialcontacts.googleapis.com",<br> "iam": "iam.googleapis.com",<br> "kms": "cloudkms.googleapis.com",<br> "logging": "logging.googleapis.com",<br> "policyanalyzer": "policyanalyzer.googleapis.com",<br> "pubsub": "pubsub.googleapis.com",<br> "resourcemanager": "cloudresourcemanager.googleapis.com",<br> "serviceusage": "serviceusage.googleapis.com",<br> "sqladmin": "sqladmin.googleapis.com",<br> "storage_component": "storage-component.googleapis.com"<br>}</pre> | no |
| <a name="input_service_account_name"></a> [service\_account\_name](#input\_service\_account\_name) | The Service Account name (required when use\_existing\_service\_account is set to true). This can also be used to specify the new service account name when use\_existing\_service\_account is set to false | `string` | `""` | no |
| <a name="input_service_account_private_key"></a> [service\_account\_private\_key](#input\_service\_account\_private\_key) | The private key in JSON format, base64 encoded (required when use\_existing\_service\_account is set to true) | `string` | `""` | no |
| <a name="input_skip_iam_grants"></a> [skip\_iam\_grants](#input\_skip\_iam\_grants) | Skip generation of custom role, and IAM grants to the Service Account, for customers who use IAM policy-as-code external to the Lacework module. WARNING - integration will fail if grants are not in place prior to execution. 'use\_existing\_service\_account' must also be set to `true` | `bool` | `false` | no |
Expand Down

0 comments on commit 72ba4e1

Please sign in to comment.