From 31164f96aebb18b41ce1e8cc149329655f2881da Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 11 Nov 2020 13:42:20 -0800 Subject: [PATCH] Add a note about the service identity in Cloud build trigger (#4224) (#329) Signed-off-by: Modular Magician --- plugins/modules/gcp_cloudbuild_trigger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_cloudbuild_trigger.py b/plugins/modules/gcp_cloudbuild_trigger.py index af0347e..34d333f 100644 --- a/plugins/modules/gcp_cloudbuild_trigger.py +++ b/plugins/modules/gcp_cloudbuild_trigger.py @@ -655,7 +655,7 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 'API Reference: U(https://cloud.google.com/cloud-build/docs/api/reference/rest/)' +- 'API Reference: U(https://cloud.google.com/cloud-build/docs/api/reference/rest/v1/projects.triggers)' - 'Automating builds using build triggers: U(https://cloud.google.com/cloud-build/docs/running-builds/automate-builds)' - for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable.