diff --git a/plugins/modules/gcp_appengine_firewall_rule.py b/plugins/modules/gcp_appengine_firewall_rule.py index a325699..c347966 100644 --- a/plugins/modules/gcp_appengine_firewall_rule.py +++ b/plugins/modules/gcp_appengine_firewall_rule.py @@ -115,9 +115,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.firewall.ingressRules)' - 'Official Documentation: U(https://cloud.google.com/appengine/docs/standard/python/creating-firewalls#creating_firewall_rules)' -- 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. diff --git a/plugins/modules/gcp_appengine_firewall_rule_info.py b/plugins/modules/gcp_appengine_firewall_rule_info.py index 9fb088d..ef62652 100644 --- a/plugins/modules/gcp_appengine_firewall_rule_info.py +++ b/plugins/modules/gcp_appengine_firewall_rule_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_bigquery_dataset_info.py b/plugins/modules/gcp_bigquery_dataset_info.py index 33d8b4d..bfb18f9 100644 --- a/plugins/modules/gcp_bigquery_dataset_info.py +++ b/plugins/modules/gcp_bigquery_dataset_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_bigquery_table_info.py b/plugins/modules/gcp_bigquery_table_info.py index b7a113a..f012617 100644 --- a/plugins/modules/gcp_bigquery_table_info.py +++ b/plugins/modules/gcp_bigquery_table_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_cloudbuild_trigger.py b/plugins/modules/gcp_cloudbuild_trigger.py index 8c7e11c..25cc87b 100644 --- a/plugins/modules/gcp_cloudbuild_trigger.py +++ b/plugins/modules/gcp_cloudbuild_trigger.py @@ -324,9 +324,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/cloud-build/docs/api/reference/rest/)' - '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) +- 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. diff --git a/plugins/modules/gcp_cloudbuild_trigger_info.py b/plugins/modules/gcp_cloudbuild_trigger_info.py index 259d18a..84c0f62 100644 --- a/plugins/modules/gcp_cloudbuild_trigger_info.py +++ b/plugins/modules/gcp_cloudbuild_trigger_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_cloudfunctions_cloud_function_info.py b/plugins/modules/gcp_cloudfunctions_cloud_function_info.py index 559542f..e9d2839 100644 --- a/plugins/modules/gcp_cloudfunctions_cloud_function_info.py +++ b/plugins/modules/gcp_cloudfunctions_cloud_function_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_cloudscheduler_job.py b/plugins/modules/gcp_cloudscheduler_job.py index 9eaff5d..360a933 100644 --- a/plugins/modules/gcp_cloudscheduler_job.py +++ b/plugins/modules/gcp_cloudscheduler_job.py @@ -319,9 +319,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/scheduler/docs/reference/rest/)' - 'Official Documentation: U(https://cloud.google.com/scheduler/)' -- 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. diff --git a/plugins/modules/gcp_cloudscheduler_job_info.py b/plugins/modules/gcp_cloudscheduler_job_info.py index 4cc78af..2a280c9 100644 --- a/plugins/modules/gcp_cloudscheduler_job_info.py +++ b/plugins/modules/gcp_cloudscheduler_job_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_cloudtasks_queue_info.py b/plugins/modules/gcp_cloudtasks_queue_info.py index a63d23e..c5f4955 100644 --- a/plugins/modules/gcp_cloudtasks_queue_info.py +++ b/plugins/modules/gcp_cloudtasks_queue_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_address.py b/plugins/modules/gcp_compute_address.py index fc72af3..34df3ee 100644 --- a/plugins/modules/gcp_compute_address.py +++ b/plugins/modules/gcp_compute_address.py @@ -167,9 +167,9 @@ notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/beta/addresses)' - 'Reserving a Static External IP Address: U(https://cloud.google.com/compute/docs/instances-and-network)' - 'Reserving a Static Internal IP Address: U(https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address)' -- 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. diff --git a/plugins/modules/gcp_compute_address_info.py b/plugins/modules/gcp_compute_address_info.py index 6add106..ceff444 100644 --- a/plugins/modules/gcp_compute_address_info.py +++ b/plugins/modules/gcp_compute_address_info.py @@ -90,9 +90,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_autoscaler.py b/plugins/modules/gcp_compute_autoscaler.py index b79e8e9..cadbc76 100644 --- a/plugins/modules/gcp_compute_autoscaler.py +++ b/plugins/modules/gcp_compute_autoscaler.py @@ -238,9 +238,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/autoscalers)' - 'Autoscaling Groups of Instances: U(https://cloud.google.com/compute/docs/autoscaler/)' -- 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. diff --git a/plugins/modules/gcp_compute_autoscaler_info.py b/plugins/modules/gcp_compute_autoscaler_info.py index 9b3d509..7bfac26 100644 --- a/plugins/modules/gcp_compute_autoscaler_info.py +++ b/plugins/modules/gcp_compute_autoscaler_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_backend_bucket.py b/plugins/modules/gcp_compute_backend_bucket.py index 1ab9d95..af0374b 100644 --- a/plugins/modules/gcp_compute_backend_bucket.py +++ b/plugins/modules/gcp_compute_backend_bucket.py @@ -137,9 +137,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/backendBuckets)' - 'Using a Cloud Storage bucket as a load balancer backend: U(https://cloud.google.com/compute/docs/load-balancing/http/backend-bucket)' -- 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. diff --git a/plugins/modules/gcp_compute_backend_bucket_info.py b/plugins/modules/gcp_compute_backend_bucket_info.py index 0e515cc..7b1e2fa 100644 --- a/plugins/modules/gcp_compute_backend_bucket_info.py +++ b/plugins/modules/gcp_compute_backend_bucket_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_backend_service.py b/plugins/modules/gcp_compute_backend_service.py index e21607a..73ebece 100644 --- a/plugins/modules/gcp_compute_backend_service.py +++ b/plugins/modules/gcp_compute_backend_service.py @@ -378,9 +378,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/backendServices)' - 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/http/backend-service)' -- 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. diff --git a/plugins/modules/gcp_compute_backend_service_info.py b/plugins/modules/gcp_compute_backend_service_info.py index 378ef45..12094d1 100644 --- a/plugins/modules/gcp_compute_backend_service_info.py +++ b/plugins/modules/gcp_compute_backend_service_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_disk.py b/plugins/modules/gcp_compute_disk.py index 368d835..496c018 100644 --- a/plugins/modules/gcp_compute_disk.py +++ b/plugins/modules/gcp_compute_disk.py @@ -243,9 +243,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/disks)' - 'Adding a persistent disk: U(https://cloud.google.com/compute/docs/disks/add-persistent-disk)' -- 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. diff --git a/plugins/modules/gcp_compute_disk_info.py b/plugins/modules/gcp_compute_disk_info.py index e5ad346..72b354a 100644 --- a/plugins/modules/gcp_compute_disk_info.py +++ b/plugins/modules/gcp_compute_disk_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_firewall.py b/plugins/modules/gcp_compute_firewall.py index 5e1e977..2b0607d 100644 --- a/plugins/modules/gcp_compute_firewall.py +++ b/plugins/modules/gcp_compute_firewall.py @@ -269,9 +269,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/firewalls)' - 'Official Documentation: U(https://cloud.google.com/vpc/docs/firewalls)' -- 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. diff --git a/plugins/modules/gcp_compute_firewall_info.py b/plugins/modules/gcp_compute_firewall_info.py index 1e15679..0f4a88c 100644 --- a/plugins/modules/gcp_compute_firewall_info.py +++ b/plugins/modules/gcp_compute_firewall_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_forwarding_rule.py b/plugins/modules/gcp_compute_forwarding_rule.py index 8856ca5..3fc8848 100644 --- a/plugins/modules/gcp_compute_forwarding_rule.py +++ b/plugins/modules/gcp_compute_forwarding_rule.py @@ -265,9 +265,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/forwardingRule)' - '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) +- 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. diff --git a/plugins/modules/gcp_compute_forwarding_rule_info.py b/plugins/modules/gcp_compute_forwarding_rule_info.py index 49bdc35..b267048 100644 --- a/plugins/modules/gcp_compute_forwarding_rule_info.py +++ b/plugins/modules/gcp_compute_forwarding_rule_info.py @@ -90,9 +90,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_global_address.py b/plugins/modules/gcp_compute_global_address.py index 94e6a36..002c0c5 100644 --- a/plugins/modules/gcp_compute_global_address.py +++ b/plugins/modules/gcp_compute_global_address.py @@ -157,9 +157,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/globalAddresses)' - 'Reserving a Static External IP Address: U(https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address)' -- 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. diff --git a/plugins/modules/gcp_compute_global_address_info.py b/plugins/modules/gcp_compute_global_address_info.py index 5da2113..e445a48 100644 --- a/plugins/modules/gcp_compute_global_address_info.py +++ b/plugins/modules/gcp_compute_global_address_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_global_forwarding_rule_info.py b/plugins/modules/gcp_compute_global_forwarding_rule_info.py index f2e2f84..e205f92 100644 --- a/plugins/modules/gcp_compute_global_forwarding_rule_info.py +++ b/plugins/modules/gcp_compute_global_forwarding_rule_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_health_check.py b/plugins/modules/gcp_compute_health_check.py index 3689577..2c04233 100644 --- a/plugins/modules/gcp_compute_health_check.py +++ b/plugins/modules/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. diff --git a/plugins/modules/gcp_compute_health_check_info.py b/plugins/modules/gcp_compute_health_check_info.py index 73b99b4..5aa7d70 100644 --- a/plugins/modules/gcp_compute_health_check_info.py +++ b/plugins/modules/gcp_compute_health_check_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_http_health_check.py b/plugins/modules/gcp_compute_http_health_check.py index 2236880..5969c78 100644 --- a/plugins/modules/gcp_compute_http_health_check.py +++ b/plugins/modules/gcp_compute_http_health_check.py @@ -153,9 +153,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/httpHealthChecks)' - 'Adding Health Checks: U(https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_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. diff --git a/plugins/modules/gcp_compute_http_health_check_info.py b/plugins/modules/gcp_compute_http_health_check_info.py index aed25bc..a1ec4c1 100644 --- a/plugins/modules/gcp_compute_http_health_check_info.py +++ b/plugins/modules/gcp_compute_http_health_check_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_https_health_check.py b/plugins/modules/gcp_compute_https_health_check.py index 59b378e..12dcd6e 100644 --- a/plugins/modules/gcp_compute_https_health_check.py +++ b/plugins/modules/gcp_compute_https_health_check.py @@ -150,9 +150,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/httpsHealthChecks)' - 'Adding Health Checks: U(https://cloud.google.com/compute/docs/load-balancing/health-checks#legacy_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. diff --git a/plugins/modules/gcp_compute_https_health_check_info.py b/plugins/modules/gcp_compute_https_health_check_info.py index fb34e8e..2628e33 100644 --- a/plugins/modules/gcp_compute_https_health_check_info.py +++ b/plugins/modules/gcp_compute_https_health_check_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_image.py b/plugins/modules/gcp_compute_image.py index c7e22f2..f61eb9c 100644 --- a/plugins/modules/gcp_compute_image.py +++ b/plugins/modules/gcp_compute_image.py @@ -231,9 +231,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/images)' - 'Official Documentation: U(https://cloud.google.com/compute/docs/images)' -- 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. diff --git a/plugins/modules/gcp_compute_image_info.py b/plugins/modules/gcp_compute_image_info.py index 67272bb..729b034 100644 --- a/plugins/modules/gcp_compute_image_info.py +++ b/plugins/modules/gcp_compute_image_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_instance_group_info.py b/plugins/modules/gcp_compute_instance_group_info.py index 5d48b1f..ee29929 100644 --- a/plugins/modules/gcp_compute_instance_group_info.py +++ b/plugins/modules/gcp_compute_instance_group_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_instance_group_manager_info.py b/plugins/modules/gcp_compute_instance_group_manager_info.py index 83b31db..beca92b 100644 --- a/plugins/modules/gcp_compute_instance_group_manager_info.py +++ b/plugins/modules/gcp_compute_instance_group_manager_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_instance_info.py b/plugins/modules/gcp_compute_instance_info.py index 3adf7f3..9d91b19 100644 --- a/plugins/modules/gcp_compute_instance_info.py +++ b/plugins/modules/gcp_compute_instance_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_instance_template_info.py b/plugins/modules/gcp_compute_instance_template_info.py index 20e22af..a1453c7 100644 --- a/plugins/modules/gcp_compute_instance_template_info.py +++ b/plugins/modules/gcp_compute_instance_template_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_interconnect_attachment_info.py b/plugins/modules/gcp_compute_interconnect_attachment_info.py index 0001879..819d952 100644 --- a/plugins/modules/gcp_compute_interconnect_attachment_info.py +++ b/plugins/modules/gcp_compute_interconnect_attachment_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_network.py b/plugins/modules/gcp_compute_network.py index 43b3164..b2dd6a0 100644 --- a/plugins/modules/gcp_compute_network.py +++ b/plugins/modules/gcp_compute_network.py @@ -142,9 +142,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/networks)' - 'Official Documentation: U(https://cloud.google.com/vpc/docs/vpc)' -- 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. diff --git a/plugins/modules/gcp_compute_network_endpoint_group.py b/plugins/modules/gcp_compute_network_endpoint_group.py index 3c72b68..9df15d9 100644 --- a/plugins/modules/gcp_compute_network_endpoint_group.py +++ b/plugins/modules/gcp_compute_network_endpoint_group.py @@ -150,9 +150,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)' - 'Official Documentation: U(https://cloud.google.com/load-balancing/docs/negs/)' -- 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. diff --git a/plugins/modules/gcp_compute_network_endpoint_group_info.py b/plugins/modules/gcp_compute_network_endpoint_group_info.py index 5cee94d..17ac045 100644 --- a/plugins/modules/gcp_compute_network_endpoint_group_info.py +++ b/plugins/modules/gcp_compute_network_endpoint_group_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_network_info.py b/plugins/modules/gcp_compute_network_info.py index f35f069..8c20b34 100644 --- a/plugins/modules/gcp_compute_network_info.py +++ b/plugins/modules/gcp_compute_network_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_node_group.py b/plugins/modules/gcp_compute_node_group.py index 23c5883..adc465f 100644 --- a/plugins/modules/gcp_compute_node_group.py +++ b/plugins/modules/gcp_compute_node_group.py @@ -118,9 +118,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups)' - 'Sole-Tenant Nodes: U(https://cloud.google.com/compute/docs/nodes/)' -- 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. diff --git a/plugins/modules/gcp_compute_node_group_info.py b/plugins/modules/gcp_compute_node_group_info.py index 890a399..f85939d 100644 --- a/plugins/modules/gcp_compute_node_group_info.py +++ b/plugins/modules/gcp_compute_node_group_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_node_template.py b/plugins/modules/gcp_compute_node_template.py index d2c3008..4a9aaa9 100644 --- a/plugins/modules/gcp_compute_node_template.py +++ b/plugins/modules/gcp_compute_node_template.py @@ -134,9 +134,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/nodeTemplates)' - 'Sole-Tenant Nodes: U(https://cloud.google.com/compute/docs/nodes/)' -- 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. diff --git a/plugins/modules/gcp_compute_node_template_info.py b/plugins/modules/gcp_compute_node_template_info.py index bf62e57..c4ad2da 100644 --- a/plugins/modules/gcp_compute_node_template_info.py +++ b/plugins/modules/gcp_compute_node_template_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_region_backend_service.py b/plugins/modules/gcp_compute_region_backend_service.py index e5be520..56853ad 100644 --- a/plugins/modules/gcp_compute_region_backend_service.py +++ b/plugins/modules/gcp_compute_region_backend_service.py @@ -181,9 +181,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/latest/regionBackendServices)' - 'Internal TCP/UDP Load Balancing: U(https://cloud.google.com/compute/docs/load-balancing/internal/)' -- 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. diff --git a/plugins/modules/gcp_compute_region_backend_service_info.py b/plugins/modules/gcp_compute_region_backend_service_info.py index bc3f6c1..e71f64c 100644 --- a/plugins/modules/gcp_compute_region_backend_service_info.py +++ b/plugins/modules/gcp_compute_region_backend_service_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_region_disk.py b/plugins/modules/gcp_compute_region_disk.py index e169370..65ba5d1 100644 --- a/plugins/modules/gcp_compute_region_disk.py +++ b/plugins/modules/gcp_compute_region_disk.py @@ -202,9 +202,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/beta/regionDisks)' - 'Adding or Resizing Regional Persistent Disks: U(https://cloud.google.com/compute/docs/disks/regional-persistent-disk)' -- 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. diff --git a/plugins/modules/gcp_compute_region_disk_info.py b/plugins/modules/gcp_compute_region_disk_info.py index 5fb534b..e3112e2 100644 --- a/plugins/modules/gcp_compute_region_disk_info.py +++ b/plugins/modules/gcp_compute_region_disk_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_route.py b/plugins/modules/gcp_compute_route.py index 0c42da1..041100c 100644 --- a/plugins/modules/gcp_compute_route.py +++ b/plugins/modules/gcp_compute_route.py @@ -187,9 +187,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/routes)' - 'Using Routes: U(https://cloud.google.com/vpc/docs/using-routes)' -- 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. diff --git a/plugins/modules/gcp_compute_route_info.py b/plugins/modules/gcp_compute_route_info.py index c146668..6872ea4 100644 --- a/plugins/modules/gcp_compute_route_info.py +++ b/plugins/modules/gcp_compute_route_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_router.py b/plugins/modules/gcp_compute_router.py index cb4bd36..26509b7 100644 --- a/plugins/modules/gcp_compute_router.py +++ b/plugins/modules/gcp_compute_router.py @@ -168,9 +168,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/routers)' - 'Google Cloud Router: U(https://cloud.google.com/router/docs/)' -- 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. diff --git a/plugins/modules/gcp_compute_router_info.py b/plugins/modules/gcp_compute_router_info.py index 0291c02..83167c4 100644 --- a/plugins/modules/gcp_compute_router_info.py +++ b/plugins/modules/gcp_compute_router_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_snapshot.py b/plugins/modules/gcp_compute_snapshot.py index e07096f..b5e0c68 100644 --- a/plugins/modules/gcp_compute_snapshot.py +++ b/plugins/modules/gcp_compute_snapshot.py @@ -167,9 +167,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/snapshots)' - 'Official Documentation: U(https://cloud.google.com/compute/docs/disks/create-snapshots)' -- 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. diff --git a/plugins/modules/gcp_compute_snapshot_info.py b/plugins/modules/gcp_compute_snapshot_info.py index e11e664..01033ef 100644 --- a/plugins/modules/gcp_compute_snapshot_info.py +++ b/plugins/modules/gcp_compute_snapshot_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_ssl_certificate.py b/plugins/modules/gcp_compute_ssl_certificate.py index f113d37..7f12673 100644 --- a/plugins/modules/gcp_compute_ssl_certificate.py +++ b/plugins/modules/gcp_compute_ssl_certificate.py @@ -117,9 +117,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/sslCertificates)' - 'Official Documentation: U(https://cloud.google.com/load-balancing/docs/ssl-certificates)' -- 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. diff --git a/plugins/modules/gcp_compute_ssl_certificate_info.py b/plugins/modules/gcp_compute_ssl_certificate_info.py index 868b41c..59efe3c 100644 --- a/plugins/modules/gcp_compute_ssl_certificate_info.py +++ b/plugins/modules/gcp_compute_ssl_certificate_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_ssl_policy.py b/plugins/modules/gcp_compute_ssl_policy.py index 0cce0b4..8f0dd69 100644 --- a/plugins/modules/gcp_compute_ssl_policy.py +++ b/plugins/modules/gcp_compute_ssl_policy.py @@ -128,9 +128,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/sslPolicies)' - 'Using SSL Policies: U(https://cloud.google.com/compute/docs/load-balancing/ssl-policies)' -- 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. diff --git a/plugins/modules/gcp_compute_ssl_policy_info.py b/plugins/modules/gcp_compute_ssl_policy_info.py index 0ebb6b5..93eb80f 100644 --- a/plugins/modules/gcp_compute_ssl_policy_info.py +++ b/plugins/modules/gcp_compute_ssl_policy_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_subnetwork.py b/plugins/modules/gcp_compute_subnetwork.py index e2c86c1..a8e8bea 100644 --- a/plugins/modules/gcp_compute_subnetwork.py +++ b/plugins/modules/gcp_compute_subnetwork.py @@ -181,9 +181,9 @@ notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/beta/subnetworks)' - 'Private Google Access: U(https://cloud.google.com/vpc/docs/configure-private-google-access)' - 'Cloud Networking: U(https://cloud.google.com/vpc/docs/using-vpc)' -- 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. diff --git a/plugins/modules/gcp_compute_subnetwork_info.py b/plugins/modules/gcp_compute_subnetwork_info.py index 4eeaf72..f423718 100644 --- a/plugins/modules/gcp_compute_subnetwork_info.py +++ b/plugins/modules/gcp_compute_subnetwork_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_target_http_proxy.py b/plugins/modules/gcp_compute_target_http_proxy.py index 75704ab..6b784b4 100644 --- a/plugins/modules/gcp_compute_target_http_proxy.py +++ b/plugins/modules/gcp_compute_target_http_proxy.py @@ -115,9 +115,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies)' - 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)' -- 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. diff --git a/plugins/modules/gcp_compute_target_http_proxy_info.py b/plugins/modules/gcp_compute_target_http_proxy_info.py index cc4361c..6d66927 100644 --- a/plugins/modules/gcp_compute_target_http_proxy_info.py +++ b/plugins/modules/gcp_compute_target_http_proxy_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_target_https_proxy.py b/plugins/modules/gcp_compute_target_https_proxy.py index d236afb..ec5dc00 100644 --- a/plugins/modules/gcp_compute_target_https_proxy.py +++ b/plugins/modules/gcp_compute_target_https_proxy.py @@ -146,9 +146,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies)' - 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)' -- 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. diff --git a/plugins/modules/gcp_compute_target_https_proxy_info.py b/plugins/modules/gcp_compute_target_https_proxy_info.py index 7629b56..08e4a0e 100644 --- a/plugins/modules/gcp_compute_target_https_proxy_info.py +++ b/plugins/modules/gcp_compute_target_https_proxy_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_target_pool.py b/plugins/modules/gcp_compute_target_pool.py index 6efcc37..d225b4e 100644 --- a/plugins/modules/gcp_compute_target_pool.py +++ b/plugins/modules/gcp_compute_target_pool.py @@ -173,9 +173,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/targetPools)' - 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/network/target-pools)' -- 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. diff --git a/plugins/modules/gcp_compute_target_pool_info.py b/plugins/modules/gcp_compute_target_pool_info.py index b8b4ae1..a89ce1b 100644 --- a/plugins/modules/gcp_compute_target_pool_info.py +++ b/plugins/modules/gcp_compute_target_pool_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_target_ssl_proxy.py b/plugins/modules/gcp_compute_target_ssl_proxy.py index 12d5f83..1433707 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy.py @@ -141,9 +141,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetSslProxies)' - 'Setting Up SSL proxy for Google Cloud Load Balancing: U(https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/)' -- 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. diff --git a/plugins/modules/gcp_compute_target_ssl_proxy_info.py b/plugins/modules/gcp_compute_target_ssl_proxy_info.py index 80c8c9f..38bac51 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy_info.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_target_tcp_proxy.py b/plugins/modules/gcp_compute_target_tcp_proxy.py index 08040a4..55636d3 100644 --- a/plugins/modules/gcp_compute_target_tcp_proxy.py +++ b/plugins/modules/gcp_compute_target_tcp_proxy.py @@ -121,9 +121,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetTcpProxies)' - 'Setting Up TCP proxy for Google Cloud Load Balancing: U(https://cloud.google.com/compute/docs/load-balancing/tcp-ssl/tcp-proxy)' -- 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. diff --git a/plugins/modules/gcp_compute_target_tcp_proxy_info.py b/plugins/modules/gcp_compute_target_tcp_proxy_info.py index f09cd56..fcb8f77 100644 --- a/plugins/modules/gcp_compute_target_tcp_proxy_info.py +++ b/plugins/modules/gcp_compute_target_tcp_proxy_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_target_vpn_gateway.py b/plugins/modules/gcp_compute_target_vpn_gateway.py index cc783e0..52454b6 100644 --- a/plugins/modules/gcp_compute_target_vpn_gateway.py +++ b/plugins/modules/gcp_compute_target_vpn_gateway.py @@ -118,9 +118,9 @@ options: type: str notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/targetVpnGateways)' -- 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. diff --git a/plugins/modules/gcp_compute_target_vpn_gateway_info.py b/plugins/modules/gcp_compute_target_vpn_gateway_info.py index 4dcc86b..2de42dc 100644 --- a/plugins/modules/gcp_compute_target_vpn_gateway_info.py +++ b/plugins/modules/gcp_compute_target_vpn_gateway_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_url_map_info.py b/plugins/modules/gcp_compute_url_map_info.py index 6044cd3..c175607 100644 --- a/plugins/modules/gcp_compute_url_map_info.py +++ b/plugins/modules/gcp_compute_url_map_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_compute_vpn_tunnel.py b/plugins/modules/gcp_compute_vpn_tunnel.py index a7fceba..c5d07ae 100644 --- a/plugins/modules/gcp_compute_vpn_tunnel.py +++ b/plugins/modules/gcp_compute_vpn_tunnel.py @@ -162,9 +162,9 @@ notes: - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/vpnTunnels)' - 'Cloud VPN Overview: U(https://cloud.google.com/vpn/docs/concepts/overview)' - 'Networks and Tunnel Routing: U(https://cloud.google.com/vpn/docs/concepts/choosing-networks-routing)' -- 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. diff --git a/plugins/modules/gcp_compute_vpn_tunnel_info.py b/plugins/modules/gcp_compute_vpn_tunnel_info.py index e87efb2..4077f3f 100644 --- a/plugins/modules/gcp_compute_vpn_tunnel_info.py +++ b/plugins/modules/gcp_compute_vpn_tunnel_info.py @@ -89,9 +89,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_container_cluster_info.py b/plugins/modules/gcp_container_cluster_info.py index d24f656..f489c36 100644 --- a/plugins/modules/gcp_container_cluster_info.py +++ b/plugins/modules/gcp_container_cluster_info.py @@ -87,9 +87,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_container_node_pool_info.py b/plugins/modules/gcp_container_node_pool_info.py index 9b32548..03914bb 100644 --- a/plugins/modules/gcp_container_node_pool_info.py +++ b/plugins/modules/gcp_container_node_pool_info.py @@ -97,9 +97,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_dns_managed_zone.py b/plugins/modules/gcp_dns_managed_zone.py index 421105b..1861c7f 100644 --- a/plugins/modules/gcp_dns_managed_zone.py +++ b/plugins/modules/gcp_dns_managed_zone.py @@ -212,9 +212,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/dns/api/v1/managedZones)' - 'Managing Zones: U(https://cloud.google.com/dns/zones/)' -- 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. diff --git a/plugins/modules/gcp_dns_managed_zone_info.py b/plugins/modules/gcp_dns_managed_zone_info.py index 3f514aa..09571a5 100644 --- a/plugins/modules/gcp_dns_managed_zone_info.py +++ b/plugins/modules/gcp_dns_managed_zone_info.py @@ -82,9 +82,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_dns_resource_record_set_info.py b/plugins/modules/gcp_dns_resource_record_set_info.py index 97718dc..a63519c 100644 --- a/plugins/modules/gcp_dns_resource_record_set_info.py +++ b/plugins/modules/gcp_dns_resource_record_set_info.py @@ -85,9 +85,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_filestore_instance.py b/plugins/modules/gcp_filestore_instance.py index 34ff254..d471669 100644 --- a/plugins/modules/gcp_filestore_instance.py +++ b/plugins/modules/gcp_filestore_instance.py @@ -157,9 +157,9 @@ notes: - 'Official Documentation: U(https://cloud.google.com/filestore/docs/creating-instances)' - 'Use with Kubernetes: U(https://cloud.google.com/filestore/docs/accessing-fileshares)' - 'Copying Data In/Out: U(https://cloud.google.com/filestore/docs/copying-data)' -- 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. diff --git a/plugins/modules/gcp_filestore_instance_info.py b/plugins/modules/gcp_filestore_instance_info.py index ed2518f..6c97d11 100644 --- a/plugins/modules/gcp_filestore_instance_info.py +++ b/plugins/modules/gcp_filestore_instance_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_iam_role_info.py b/plugins/modules/gcp_iam_role_info.py index 769db73..15172c9 100644 --- a/plugins/modules/gcp_iam_role_info.py +++ b/plugins/modules/gcp_iam_role_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_iam_service_account_info.py b/plugins/modules/gcp_iam_service_account_info.py index 4b9e807..579fac7 100644 --- a/plugins/modules/gcp_iam_service_account_info.py +++ b/plugins/modules/gcp_iam_service_account_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_kms_crypto_key.py b/plugins/modules/gcp_kms_crypto_key.py index 62c3506..8e9bc43 100644 --- a/plugins/modules/gcp_kms_crypto_key.py +++ b/plugins/modules/gcp_kms_crypto_key.py @@ -140,9 +140,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)' - 'Creating a key: U(https://cloud.google.com/kms/docs/creating-keys#create_a_key)' -- 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. diff --git a/plugins/modules/gcp_kms_crypto_key_info.py b/plugins/modules/gcp_kms_crypto_key_info.py index 59caebf..44320e6 100644 --- a/plugins/modules/gcp_kms_crypto_key_info.py +++ b/plugins/modules/gcp_kms_crypto_key_info.py @@ -84,9 +84,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_kms_key_ring.py b/plugins/modules/gcp_kms_key_ring.py index 41ebd34..cd7d6ed 100644 --- a/plugins/modules/gcp_kms_key_ring.py +++ b/plugins/modules/gcp_kms_key_ring.py @@ -100,9 +100,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings)' - 'Creating a key ring: U(https://cloud.google.com/kms/docs/creating-keys#create_a_key_ring)' -- 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. diff --git a/plugins/modules/gcp_kms_key_ring_info.py b/plugins/modules/gcp_kms_key_ring_info.py index e5ef4d8..0f8e756 100644 --- a/plugins/modules/gcp_kms_key_ring_info.py +++ b/plugins/modules/gcp_kms_key_ring_info.py @@ -85,9 +85,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_mlengine_model_info.py b/plugins/modules/gcp_mlengine_model_info.py index 4f49733..8cb48a3 100644 --- a/plugins/modules/gcp_mlengine_model_info.py +++ b/plugins/modules/gcp_mlengine_model_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_mlengine_version_info.py b/plugins/modules/gcp_mlengine_version_info.py index 688657f..1385382 100644 --- a/plugins/modules/gcp_mlengine_version_info.py +++ b/plugins/modules/gcp_mlengine_version_info.py @@ -88,9 +88,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_pubsub_subscription.py b/plugins/modules/gcp_pubsub_subscription.py index 913f180..8b6bd05 100644 --- a/plugins/modules/gcp_pubsub_subscription.py +++ b/plugins/modules/gcp_pubsub_subscription.py @@ -205,9 +205,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.subscriptions)' - 'Managing Subscriptions: U(https://cloud.google.com/pubsub/docs/admin#managing_subscriptions)' -- 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. diff --git a/plugins/modules/gcp_pubsub_subscription_info.py b/plugins/modules/gcp_pubsub_subscription_info.py index eceec78..131acff 100644 --- a/plugins/modules/gcp_pubsub_subscription_info.py +++ b/plugins/modules/gcp_pubsub_subscription_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_pubsub_topic.py b/plugins/modules/gcp_pubsub_topic.py index 7f17bd6..564a45b 100644 --- a/plugins/modules/gcp_pubsub_topic.py +++ b/plugins/modules/gcp_pubsub_topic.py @@ -126,9 +126,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics)' - 'Managing Topics: U(https://cloud.google.com/pubsub/docs/admin#managing_topics)' -- 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. diff --git a/plugins/modules/gcp_pubsub_topic_info.py b/plugins/modules/gcp_pubsub_topic_info.py index 981f1e8..d0d70c8 100644 --- a/plugins/modules/gcp_pubsub_topic_info.py +++ b/plugins/modules/gcp_pubsub_topic_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_redis_instance.py b/plugins/modules/gcp_redis_instance.py index e1a3884..cc8b0fc 100644 --- a/plugins/modules/gcp_redis_instance.py +++ b/plugins/modules/gcp_redis_instance.py @@ -165,9 +165,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/memorystore/docs/redis/reference/rest/)' - 'Official Documentation: U(https://cloud.google.com/memorystore/docs/redis/)' -- 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. diff --git a/plugins/modules/gcp_redis_instance_info.py b/plugins/modules/gcp_redis_instance_info.py index 00b27a4..a6233c5 100644 --- a/plugins/modules/gcp_redis_instance_info.py +++ b/plugins/modules/gcp_redis_instance_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_resourcemanager_project_info.py b/plugins/modules/gcp_resourcemanager_project_info.py index 9864763..161d9fb 100644 --- a/plugins/modules/gcp_resourcemanager_project_info.py +++ b/plugins/modules/gcp_resourcemanager_project_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_sourcerepo_repository.py b/plugins/modules/gcp_sourcerepo_repository.py index 3b2c22c..f492f53 100644 --- a/plugins/modules/gcp_sourcerepo_repository.py +++ b/plugins/modules/gcp_sourcerepo_repository.py @@ -95,9 +95,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/source-repositories/docs/reference/rest/v1/projects.repos)' - 'Official Documentation: U(https://cloud.google.com/source-repositories/)' -- 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. diff --git a/plugins/modules/gcp_sourcerepo_repository_info.py b/plugins/modules/gcp_sourcerepo_repository_info.py index 2f8a839..7f630b7 100644 --- a/plugins/modules/gcp_sourcerepo_repository_info.py +++ b/plugins/modules/gcp_sourcerepo_repository_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_spanner_database.py b/plugins/modules/gcp_spanner_database.py index b41272b..77562c1 100644 --- a/plugins/modules/gcp_spanner_database.py +++ b/plugins/modules/gcp_spanner_database.py @@ -112,9 +112,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances.databases)' - 'Official Documentation: U(https://cloud.google.com/spanner/)' -- 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. diff --git a/plugins/modules/gcp_spanner_database_info.py b/plugins/modules/gcp_spanner_database_info.py index 1a49c86..223086b 100644 --- a/plugins/modules/gcp_spanner_database_info.py +++ b/plugins/modules/gcp_spanner_database_info.py @@ -88,9 +88,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_spanner_instance.py b/plugins/modules/gcp_spanner_instance.py index 9a46876..3e2bdb0 100644 --- a/plugins/modules/gcp_spanner_instance.py +++ b/plugins/modules/gcp_spanner_instance.py @@ -122,9 +122,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances)' - 'Official Documentation: U(https://cloud.google.com/spanner/)' -- 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. diff --git a/plugins/modules/gcp_spanner_instance_info.py b/plugins/modules/gcp_spanner_instance_info.py index 07b6909..35ae75b 100644 --- a/plugins/modules/gcp_spanner_instance_info.py +++ b/plugins/modules/gcp_spanner_instance_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_sql_database_info.py b/plugins/modules/gcp_sql_database_info.py index 8c0a271..7e9bed1 100644 --- a/plugins/modules/gcp_sql_database_info.py +++ b/plugins/modules/gcp_sql_database_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_sql_instance_info.py b/plugins/modules/gcp_sql_instance_info.py index 03f6d68..c249bfc 100644 --- a/plugins/modules/gcp_sql_instance_info.py +++ b/plugins/modules/gcp_sql_instance_info.py @@ -78,9 +78,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_sql_user_info.py b/plugins/modules/gcp_sql_user_info.py index 65b947b..23a77bf 100644 --- a/plugins/modules/gcp_sql_user_info.py +++ b/plugins/modules/gcp_sql_user_info.py @@ -88,9 +88,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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. diff --git a/plugins/modules/gcp_tpu_node.py b/plugins/modules/gcp_tpu_node.py index a1fa844..3b6c10f 100644 --- a/plugins/modules/gcp_tpu_node.py +++ b/plugins/modules/gcp_tpu_node.py @@ -149,9 +149,9 @@ options: notes: - 'API Reference: U(https://cloud.google.com/tpu/docs/reference/rest/)' - 'Official Documentation: U(https://cloud.google.com/tpu/docs/)' -- 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. diff --git a/plugins/modules/gcp_tpu_node_info.py b/plugins/modules/gcp_tpu_node_info.py index b22cb35..b7f6fbf 100644 --- a/plugins/modules/gcp_tpu_node_info.py +++ b/plugins/modules/gcp_tpu_node_info.py @@ -83,9 +83,9 @@ options: - This only alters the User Agent string for any API requests. type: str notes: -- 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.