Bug fixes for GCP (as of 2019-07-09T06:06:53Z) (#59323)

* Bug fixes for GCP modules
* ignore syntax
pull/59427/head
The Magician 5 years ago committed by Abhijeet Kasurde
parent 5d412d89b1
commit b81239ce50

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
name:
description:
- Dataset name.

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
table_reference:
description:
- Reference describing the ID of this table.

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
id:
description:
- The unique identifier for the trigger.

@ -51,6 +51,7 @@ options:
- present
- absent
default: present
type: str
name:
description:
- The name of the job.

@ -56,6 +56,7 @@ options:
- present
- absent
default: present
type: str
address:
description:
- The static external IP address represented by this resource. Only IPv4 is supported.

@ -51,6 +51,7 @@ options:
- present
- absent
default: present
type: str
bucket_name:
description:
- Cloud Storage bucket name.

@ -51,6 +51,7 @@ options:
- present
- absent
default: present
type: str
affinity_cookie_ttl_sec:
description:
- Lifetime of cookies in seconds if session_affinity is GENERATED_COOKIE. If set

@ -57,6 +57,7 @@ options:
- present
- absent
default: present
type: str
description:
description:
- An optional description of this resource. Provide this property when you create

@ -54,6 +54,7 @@ options:
- present
- absent
default: present
type: str
allowed:
description:
- The list of ALLOW rules specified by this firewall. Each rule specifies a protocol

@ -49,6 +49,7 @@ options:
- present
- absent
default: present
type: str
description:
description:
- An optional description of this resource. Provide this property when you create

@ -48,6 +48,7 @@ options:
- present
- absent
default: present
type: str
address:
description:
- The static external IP address represented by this resource.

@ -647,24 +647,13 @@ lib/ansible/modules/cloud/google/_gcp_backend_service.py E324
lib/ansible/modules/cloud/google/_gcp_backend_service.py E326
lib/ansible/modules/cloud/google/_gcp_backend_service.py E337
lib/ansible/modules/cloud/google/_gcp_backend_service.py E338
lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py E337
lib/ansible/modules/cloud/google/gcp_bigquery_table.py E337
lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger.py E337
lib/ansible/modules/cloud/google/gcp_cloudscheduler_job.py E337
lib/ansible/modules/cloud/google/gcp_compute_address_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_address.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_bucket_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_bucket.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_service_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_service.py E337
lib/ansible/modules/cloud/google/gcp_compute_disk_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_disk.py E337
lib/ansible/modules/cloud/google/gcp_compute_firewall_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_firewall.py E337
lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_address_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_address.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule.py E337
lib/ansible/modules/cloud/google/gcp_compute_health_check_facts.py E337

Loading…
Cancel
Save