Bug fixes for GCP (as of 2019-07-09T06:06:53Z) (#59325)
* Bug fixes for GCP modules * ignore syntax
This commit is contained in:
parent
79eca9c8fb
commit
5d412d89b1
13 changed files with 12 additions and 12 deletions
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
alternative_location_id:
|
alternative_location_id:
|
||||||
description:
|
description:
|
||||||
- Only applicable to STANDARD_HA tier which protects the instance against zonal
|
- Only applicable to STANDARD_HA tier which protects the instance against zonal
|
||||||
|
|
|
@ -48,6 +48,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- 'The user-assigned display name of the Project. It must be 4 to 30 characters.
|
- 'The user-assigned display name of the Project. It must be 4 to 30 characters.
|
||||||
|
|
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Resource name of the repository, of the form projects/{{project}}/repos/{{repo}}.
|
- Resource name of the repository, of the form projects/{{project}}/repos/{{repo}}.
|
||||||
|
|
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- A unique identifier for the database, which cannot be changed after the instance
|
- A unique identifier for the database, which cannot be changed after the instance
|
||||||
|
|
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- A unique identifier for the instance, which cannot be changed after the instance
|
- A unique identifier for the instance, which cannot be changed after the instance
|
||||||
|
|
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
charset:
|
charset:
|
||||||
description:
|
description:
|
||||||
- The MySQL charset value.
|
- The MySQL charset value.
|
||||||
|
|
|
@ -49,6 +49,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
backend_type:
|
backend_type:
|
||||||
description:
|
description:
|
||||||
- "* FIRST_GEN: First Generation instance. MySQL only."
|
- "* FIRST_GEN: First Generation instance. MySQL only."
|
||||||
|
|
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- The host name from which the user can connect. For insert operations, host defaults
|
- The host name from which the user can connect. For insert operations, host defaults
|
||||||
|
|
|
@ -52,6 +52,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
acl:
|
acl:
|
||||||
description:
|
description:
|
||||||
- Access controls on the bucket.
|
- Access controls on the bucket.
|
||||||
|
|
|
@ -56,6 +56,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
bucket:
|
bucket:
|
||||||
description:
|
description:
|
||||||
- The name of the bucket.
|
- The name of the bucket.
|
||||||
|
|
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
action:
|
action:
|
||||||
description:
|
description:
|
||||||
- Upload or download from the bucket.
|
- Upload or download from the bucket.
|
||||||
|
|
|
@ -47,6 +47,7 @@ options:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
default: present
|
default: present
|
||||||
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The immutable name of the TPU.
|
- 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_iam_service_account.py E337
|
||||||
lib/ansible/modules/cloud/google/gcp_pubsub_subscription.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_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 E322
|
||||||
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E326
|
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 E337
|
||||||
lib/ansible/modules/cloud/google/_gcp_target_proxy.py E338
|
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 E322
|
||||||
lib/ansible/modules/cloud/google/gcpubsub_facts.py E324
|
lib/ansible/modules/cloud/google/gcpubsub_facts.py E324
|
||||||
lib/ansible/modules/cloud/google/gcpubsub_facts.py E326
|
lib/ansible/modules/cloud/google/gcpubsub_facts.py E326
|
||||||
|
|
Loading…
Reference in a new issue