From dfa3613d79b9e6fbf625c8890138aee1f3113610 Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Wed, 11 Jun 2025 14:45:24 -0700 Subject: [PATCH] Updated documentation for gcp_serviceusage_service You need the API enabled in order to use it first. Signed-off-by: Jorge Gallegos --- plugins/modules/gcp_serviceusage_service.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/gcp_serviceusage_service.py b/plugins/modules/gcp_serviceusage_service.py index 221f7b6c..40a10cd2 100644 --- a/plugins/modules/gcp_serviceusage_service.py +++ b/plugins/modules/gcp_serviceusage_service.py @@ -103,6 +103,8 @@ options: type: str notes: - 'Getting Started: U(https://cloud.google.com/service-usage/docs/getting-started)' +- For this module to work, the serviceusage.googleapis.com service must be enabled + U(https://cloud.google.com/service-usage/docs/enable-disable#gcloud) already. - for authentication, you can set service_account_file using the C(GCP_SERVICE_ACCOUNT_FILE) env variable. - for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS)