Add machine type variable to GKE.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user