Skip to content

Commit 98c3dd4

Browse files
committed
Fix bad Markdown syntax in gcp_audit_log_api source doc
1 parent aad0e91 commit 98c3dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/gcp_audit_log_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ partition "gcp_audit_log" "my_logs_admin_data_access" {
4545
| Argument | Type | Required | Default | Description |
4646
|------------|------------------|----------|--------------------------|-------------------------------------------------------------------------------------------------------------------------------|
4747
| connection | `connection.gcp` | No | `connection.gcp.default` | The [GCP connection](https://hub.tailpipe.io/plugins/turbot/gcp#connection-credentials) to use to connect to the GCP account. |
48-
| log_types | List<String> | No | [] | A list of [audit log types](https://cloud.google.com/logging/docs/audit#types) to retrieve. If no types are specified, all log types are retrieved. Valid values: activity, data_access, system_event. |
48+
| log_types | List(String) | No | [] | A list of [audit log types](https://cloud.google.com/logging/docs/audit#types) to retrieve. If no types are specified, all log types are retrieved. Valid values: activity, data_access, system_event. |

0 commit comments

Comments
 (0)