Bug fixes for GCP (as of 2019-07-09T06:06:53Z) (#59324)
This commit is contained in:
parent
66654475e1
commit
4a7e11ba9a
12 changed files with 11 additions and 11 deletions
|
@ -48,6 +48,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
default_service:
|
||||
description:
|
||||
- A reference to BackendService resource if none of the hostRules match.
|
||||
|
|
|
@ -47,6 +47,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- Name of the resource. The name must be 1-63 characters long, and comply with
|
||||
|
|
|
@ -47,6 +47,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- The name of this cluster. The name must be unique within this project and location,
|
||||
|
|
|
@ -51,6 +51,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- The name of the node pool.
|
||||
|
|
|
@ -48,6 +48,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
description:
|
||||
description:
|
||||
- A mutable string of at most 1024 characters associated with this resource for
|
||||
|
|
|
@ -51,6 +51,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- For example, U(www.example.com).
|
||||
|
|
|
@ -47,6 +47,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- The name of the role.
|
||||
|
|
|
@ -47,6 +47,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- The name of the service account.
|
||||
|
|
|
@ -47,6 +47,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
private_key_type:
|
||||
description:
|
||||
- Output format for the service account key.
|
||||
|
|
|
@ -48,6 +48,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- Name of the subscription.
|
||||
|
|
|
@ -47,6 +47,7 @@ options:
|
|||
- present
|
||||
- absent
|
||||
default: present
|
||||
type: str
|
||||
name:
|
||||
description:
|
||||
- Name of the topic.
|
||||
|
|
|
@ -1391,20 +1391,9 @@ lib/ansible/modules/cloud/google/gcp_compute_target_pool_facts.py validate-modul
|
|||
lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy_facts.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy_facts.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway_facts.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_compute_url_map.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_compute_url_map_facts.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_container_cluster.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_container_node_pool.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_dns_managed_zone_facts.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_iam_role.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_iam_service_account.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcp_pubsub_topic.py validate-modules:E337
|
||||
lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E322
|
||||
lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E323
|
||||
lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E337
|
||||
|
|
Loading…
Reference in a new issue