Need provisioning in gcp_container_cluster module to specify GKE cluster version

Hello,

Background: We have ansible tower where all the playbooks resides. End user makes call to such playbook to create required resource.

Problem statement: I am using gcp_container_cluster module to launch GKE cluster. Apart from specifying all the parameters, I want to control the version of GKE (Google Kubernetes Engine) cluster while launching it.

The current module does not allow or have provision to specify the version of a cluster due to which GKE launches cluster with default version as 1.14.x.
The organization policy demands cluster version higher than 1.14.x.
Please let me know when or if version parameter will be available or is there any other way to control the GKE cluster version while launch using above mentioned module.