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

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

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
alternative_location_id:
description:
- Only applicable to STANDARD_HA tier which protects the instance against zonal

@ -48,6 +48,7 @@ options:
- present
- absent
default: present
type: str
name:
description:
- 'The user-assigned display name of the Project. It must be 4 to 30 characters.

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
name:
description:
- Resource name of the repository, of the form projects/{{project}}/repos/{{repo}}.

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
name:
description:
- A unique identifier for the database, which cannot be changed after the instance

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
name:
description:
- A unique identifier for the instance, which cannot be changed after the instance

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
charset:
description:
- The MySQL charset value.

@ -49,6 +49,7 @@ options:
- present
- absent
default: present
type: str
backend_type:
description:
- "* FIRST_GEN: First Generation instance. MySQL only."

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
host:
description:
- The host name from which the user can connect. For insert operations, host defaults

@ -52,6 +52,7 @@ options:
- present
- absent
default: present
type: str
acl:
description:
- Access controls on the bucket.

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

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
action:
description:
- Upload or download from the bucket.

@ -47,6 +47,7 @@ options:
- present
- absent
default: present
type: str
name:
description:
- The immutable name of the TPU.

@ -734,22 +734,10 @@ lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py E337
lib/ansible/modules/cloud/google/gcp_iam_service_account.py E337
lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py E337
lib/ansible/modules/cloud/google/gcp_pubsub_topic.py E337
lib/ansible/modules/cloud/google/gcp_redis_instance.py E337
lib/ansible/modules/cloud/google/gcp_resourcemanager_project.py E337
lib/ansible/modules/cloud/google/gcp_sourcerepo_repository.py E337
lib/ansible/modules/cloud/google/gcp_spanner_database.py E337
lib/ansible/modules/cloud/google/gcp_spanner_instance.py E337
lib/ansible/modules/cloud/google/gcp_sql_database.py E337
lib/ansible/modules/cloud/google/gcp_sql_instance.py E337
lib/ansible/modules/cloud/google/gcp_sql_user.py E337
lib/ansible/modules/cloud/google/gcp_storage_bucket_access_control.py E337
lib/ansible/modules/cloud/google/gcp_storage_bucket.py E337
lib/ansible/modules/cloud/google/gcp_storage_object.py E337
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E322
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E326
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E337
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E338
lib/ansible/modules/cloud/google/gcp_tpu_node.py E337
lib/ansible/modules/cloud/google/gcpubsub_facts.py E322
lib/ansible/modules/cloud/google/gcpubsub_facts.py E324
lib/ansible/modules/cloud/google/gcpubsub_facts.py E326

Loading…
Cancel
Save