diff --git a/plugins/modules/gcp_container_cluster.py b/plugins/modules/gcp_container_cluster.py index 5e25cb8..1f07728 100644 --- a/plugins/modules/gcp_container_cluster.py +++ b/plugins/modules/gcp_container_cluster.py @@ -152,7 +152,7 @@ options: preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' required: false type: bool master_auth: @@ -402,7 +402,7 @@ nodeConfig: preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool masterAuth: diff --git a/plugins/modules/gcp_container_cluster_facts.py b/plugins/modules/gcp_container_cluster_facts.py index c9db24c..db925da 100644 --- a/plugins/modules/gcp_container_cluster_facts.py +++ b/plugins/modules/gcp_container_cluster_facts.py @@ -181,7 +181,7 @@ items: preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool masterAuth: diff --git a/plugins/modules/gcp_container_node_pool.py b/plugins/modules/gcp_container_node_pool.py index c2b116f..fe7d5fd 100644 --- a/plugins/modules/gcp_container_node_pool.py +++ b/plugins/modules/gcp_container_node_pool.py @@ -135,7 +135,7 @@ options: preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' required: false type: bool initial_node_count: @@ -334,7 +334,7 @@ config: preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool initialNodeCount: diff --git a/plugins/modules/gcp_container_node_pool_facts.py b/plugins/modules/gcp_container_node_pool_facts.py index 48b33c2..8f3eece 100644 --- a/plugins/modules/gcp_container_node_pool_facts.py +++ b/plugins/modules/gcp_container_node_pool_facts.py @@ -167,7 +167,7 @@ items: preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool initialNodeCount: diff --git a/plugins/modules/gcp_sql_instance.py b/plugins/modules/gcp_sql_instance.py index 70f66b4..c7fc2df 100644 --- a/plugins/modules/gcp_sql_instance.py +++ b/plugins/modules/gcp_sql_instance.py @@ -86,7 +86,7 @@ options: description: - The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to - the falover replica when the status is true. + the failover replica when the status is true. required: false type: bool name: @@ -162,8 +162,8 @@ options: required: false client_key: description: - - PEM representation of the slave's private key. The corresponsing public - key is encoded in the client's asf asd certificate. + - PEM representation of the slave's private key. The corresponding public + key is encoded in the client's certificate. required: false connect_retry_interval: description: @@ -319,7 +319,7 @@ failoverReplica: description: - The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to - the falover replica when the status is true. + the failover replica when the status is true. returned: success type: bool name: @@ -426,8 +426,8 @@ replicaConfiguration: type: str clientKey: description: - - PEM representation of the slave's private key. The corresponsing public - key is encoded in the client's asf asd certificate. + - PEM representation of the slave's private key. The corresponding public + key is encoded in the client's certificate. returned: success type: str connectRetryInterval: diff --git a/plugins/modules/gcp_sql_instance_facts.py b/plugins/modules/gcp_sql_instance_facts.py index fdde60a..55842f9 100644 --- a/plugins/modules/gcp_sql_instance_facts.py +++ b/plugins/modules/gcp_sql_instance_facts.py @@ -90,7 +90,7 @@ items: description: - The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover - to the falover replica when the status is true. + to the failover replica when the status is true. returned: success type: bool name: @@ -200,8 +200,8 @@ items: type: str clientKey: description: - - PEM representation of the slave's private key. The corresponsing public - key is encoded in the client's asf asd certificate. + - PEM representation of the slave's private key. The corresponding public + key is encoded in the client's certificate. returned: success type: str connectRetryInterval: