provider/google: container test needed bigger instance to pass

This commit is contained in:
Paul Hinze 2015-10-14 22:16:58 -05:00
parent c1aab4cfaf
commit b2b41192ac
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ resource "google_container_cluster" "with_node_config" {
} }
node_config { node_config {
machine_type = "f1-micro" machine_type = "g1-small"
disk_size_gb = 15 disk_size_gb = 15
oauth_scopes = [ oauth_scopes = [
"https://www.googleapis.com/auth/compute", "https://www.googleapis.com/auth/compute",