summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-10-23 16:57:15 -0700
committeransibot <ansibot@users.noreply.github.com>2019-10-23 19:57:15 -0400
commitb816e70d4a95f1c55245cf80e5863f90164f7470 (patch)
treed7edd4cba688bfad65a6ee593c1716964cf46161 /lib/ansible/modules/cloud/google/gcp_compute_health_check.py
parentcc24f27857fb9fdffc69c4a51e154b343e1f3aa2 (diff)
downloadansible-b816e70d4a95f1c55245cf80e5863f90164f7470.tar.gz
Bug fixes for GCP modules (#63832)
Diffstat (limited to 'lib/ansible/modules/cloud/google/gcp_compute_health_check.py')
-rw-r--r--lib/ansible/modules/cloud/google/gcp_compute_health_check.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/google/gcp_compute_health_check.py b/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
index 3e7cc6840e..de4070cea6 100644
--- a/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
+++ b/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
@@ -446,9 +446,9 @@ options:
notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks)'
- 'Official Documentation: U(https://cloud.google.com/load-balancing/docs/health-checks)'
-- for authentication, you can set service_account_file using the c(gcp_service_account_file)
+- 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)
+- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS)
env variable.
- For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL)
env variable.