Just want to make sure I understand this:
https://www.terraform.io/docs/providers/google/r/container_cluster.html
If I create a gke cluster and don't specify master_version and node_version terraform will let gke use the latest version.
Let's say I run terraform apply
again a month from now. GKE's default master version will be newer. Will Terraform try to upgrade the gke cluster to the latest version if the version isn't pinned with master_version?