From bf1c390e3f32ddc4b528bb653b409bc201d6fae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Brod=C3=A9n?= <47317658+tbroden84@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:44:27 +0100 Subject: [PATCH] Update integration_metrics.md Typo in tags syntax, not whitespaces should be used. --- docs/resources/integration_metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/integration_metrics.md b/docs/resources/integration_metrics.md index 56bfde55..c4b95709 100644 --- a/docs/resources/integration_metrics.md +++ b/docs/resources/integration_metrics.md @@ -228,7 +228,7 @@ The following arguments are supported: * `project_id` - (Optional/Computed) The project identifier. * `private_key` - (Optional/Computed) The private access key. * `client_email` - (Optional/Computed) The client email registered for the integration service. -* `tags` - (Optional) Tags. e.g. env=prod, region=europe. +* `tags` - (Optional) Tags. e.g. `env=prod,region=europe`. * `queue_allowlist` - (Optional) Allowlist queues using regular expression. Leave empty to include all queues. * `vhost_allowlist` - (Optional) Allowlist vhost using regular expression. Leave empty to include all vhosts. * `queue_whitelist` - **Deprecated** Use queue_allowlist instead