Add machine type variable to GKE.

This commit is contained in:
Tom Alexander
2021-07-18 18:27:24 -04:00
parent 858d8ad35a
commit bae77832d2
2 changed files with 9 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ module "gke" {
private_network_id = module.networking.private_network_id
private_subnetwork_id = module.networking.private_subnetwork_id
service_cloudkms = google_project_service.cloudkms
machine_type = "e2-standard-2"
depends_on = [
module.networking