ansible: Change env variable (#4940) (#439)

User should read GCP_SERVICE_ACCOUNT_FILE instead of
gcp_service_account_file

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-07-01 10:23:29 -05:00 committed by GitHub
parent 04fcdf64b7
commit af5ff5f2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
139 changed files with 139 additions and 139 deletions

View file

@ -115,7 +115,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.firewall.ingressRules)' - '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)' - '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. 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. env variable.

View file

@ -78,7 +78,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -252,7 +252,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets)' - 'API Reference: U(https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets)'
- 'Datasets Intro: U(https://cloud.google.com/bigquery/docs/datasets-intro)' - 'Datasets Intro: U(https://cloud.google.com/bigquery/docs/datasets-intro)'
- 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. 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. env variable.

View file

@ -78,7 +78,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -83,7 +83,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -78,7 +78,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -726,7 +726,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/cloud-build/docs/api/reference/rest/v1/projects.triggers)' - 'API Reference: U(https://cloud.google.com/cloud-build/docs/api/reference/rest/v1/projects.triggers)'
- 'Automating builds using build triggers: U(https://cloud.google.com/cloud-build/docs/running-builds/automate-builds)' - '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. 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. env variable.

View file

@ -78,7 +78,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -83,7 +83,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -338,7 +338,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/scheduler/docs/reference/rest/)' - 'API Reference: U(https://cloud.google.com/scheduler/docs/reference/rest/)'
- 'Official Documentation: U(https://cloud.google.com/scheduler/)' - '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. 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. env variable.

View file

@ -83,7 +83,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -83,7 +83,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -182,7 +182,7 @@ notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/beta/addresses)' - '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 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)' - '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. 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. env variable.

View file

@ -91,7 +91,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -288,7 +288,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/autoscalers)' - '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/)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -202,7 +202,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/backendBuckets)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -727,7 +727,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/backendServices)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -266,7 +266,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/disks)' - '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)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -291,7 +291,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/firewalls)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/firewalls)'
- 'Official Documentation: U(https://cloud.google.com/vpc/docs/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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -265,7 +265,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/forwardingRules)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/forwardingRules)'
- 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/network/forwarding-rules)' - '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. 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. env variable.

View file

@ -91,7 +91,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -152,7 +152,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/globalAddresses)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -500,7 +500,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -153,7 +153,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/httpHealthChecks)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -150,7 +150,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/httpsHealthChecks)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -257,7 +257,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/images)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/images)'
- 'Official Documentation: U(https://cloud.google.com/compute/docs/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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -136,7 +136,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/networks)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/networks)'
- 'Official Documentation: U(https://cloud.google.com/vpc/docs/vpc)' - '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. 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. env variable.

View file

@ -152,7 +152,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)'
- 'Official Documentation: U(https://cloud.google.com/load-balancing/docs/negs/)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -169,7 +169,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups)'
- 'Sole-Tenant Nodes: U(https://cloud.google.com/compute/docs/nodes/)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -163,7 +163,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/nodeTemplates)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/nodeTemplates)'
- 'Sole-Tenant Nodes: U(https://cloud.google.com/compute/docs/nodes/)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -265,7 +265,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionAutoscalers)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionAutoscalers)'
- 'Autoscaling Groups of Instances: U(https://cloud.google.com/compute/docs/autoscaler/)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -746,7 +746,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/latest/regionBackendServices)' - '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/)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -204,7 +204,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionDisks)'
- 'Adding or Resizing Regional Persistent Disks: U(https://cloud.google.com/compute/docs/disks/regional-persistent-disk)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -500,7 +500,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionHealthChecks)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionHealthChecks)'
- 'Official Documentation: U(https://cloud.google.com/load-balancing/docs/health-checks)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -120,7 +120,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies)'
- 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -128,7 +128,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies)'
- 'Official Documentation: U(https://cloud.google.com/compute/docs/load-balancing/http/target-proxies)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -190,7 +190,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/reservations)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/reservations)'
- 'Reserving zonal resources: U(https://cloud.google.com/compute/docs/instances/reserving-zonal-resources)' - 'Reserving zonal resources: U(https://cloud.google.com/compute/docs/instances/reserving-zonal-resources)'
- 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -202,7 +202,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/routes)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/routes)'
- 'Using Routes: U(https://cloud.google.com/vpc/docs/using-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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -169,7 +169,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/routers)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/routers)'
- 'Google Cloud Router: U(https://cloud.google.com/router/docs/)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -185,7 +185,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/snapshots)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -117,7 +117,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/sslCertificates)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -127,7 +127,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/sslPolicies)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -180,7 +180,7 @@ notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks)'
- 'Private Google Access: U(https://cloud.google.com/vpc/docs/configure-private-google-access)' - '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)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -121,7 +121,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -149,7 +149,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -132,7 +132,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetInstances)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetInstances)'
- 'Using Protocol Forwarding: U(https://cloud.google.com/compute/docs/protocol-forwarding)' - 'Using Protocol Forwarding: U(https://cloud.google.com/compute/docs/protocol-forwarding)'
- 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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -174,7 +174,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/targetPools)' - '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)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -139,7 +139,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetSslProxies)' - '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/)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -126,7 +126,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/v1/targetTcpProxies)' - '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)' - '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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -118,7 +118,7 @@ options:
type: str type: str
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/targetVpnGateways)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -2574,7 +2574,7 @@ options:
type: str type: str
notes: notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)' - 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)'
- 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. 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. env variable.

View file

@ -85,7 +85,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -207,7 +207,7 @@ notes:
- 'API Reference: U(https://cloud.google.com/compute/docs/reference/rest/v1/vpnTunnels)' - '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)' - '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)' - '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. 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. env variable.

View file

@ -90,7 +90,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -86,7 +86,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -96,7 +96,7 @@ options:
- This only alters the User Agent string for any API requests. - This only alters the User Agent string for any API requests.
type: str type: str
notes: 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. 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. env variable.

View file

@ -262,7 +262,7 @@ options:
notes: notes:
- 'API Reference: U(https://cloud.google.com/dns/api/v1/managedZones)' - 'API Reference: U(https://cloud.google.com/dns/api/v1/managedZones)'
- 'Managing Zones: U(https://cloud.google.com/dns/zones/)' - '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. 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. env variable.

Some files were not shown because too many files have changed in this diff Show more