From ed12517036e351fe15a19880d233a796a4d7527d Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 19 Feb 2020 16:39:36 -0800 Subject: [PATCH] document updated with right API url for resource google_compute_forwarding_rule. Issue-#5598 (#3098) (#162) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_forwarding_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_compute_forwarding_rule.py b/plugins/modules/gcp_compute_forwarding_rule.py index 649cd0b..1193200 100644 --- a/plugins/modules/gcp_compute_forwarding_rule.py +++ b/plugins/modules/gcp_compute_forwarding_rule.py @@ -254,7 +254,7 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/forwardingRule)' +- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/forwardingRules)' - 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/network/forwarding-rules)' - for authentication, you can set service_account_file using the C(gcp_service_account_file) env variable.