GoogleCloudPlatform / gke-terraform-generator

gke-tf was created to streamline the creation of customized Terraform source files that build GKE clusters and supporting resources in GCP.
Apache License 2.0
55 stars 24 forks source link

Terraform fails to validate the bastion if ssh is configured with stricthostkeychecking enabled #9

Open bgeesaman opened 5 years ago

bgeesaman commented 5 years ago

On Windows, it can't run the uptime validation command in terraform apply because gcloud compute ssh is shelling out to the local ssh but the local ssh is prompting for accepting the host key.