provider/google: container test needed bigger instance to pass
This commit is contained in:
parent
c1aab4cfaf
commit
b2b41192ac
|
@ -113,7 +113,7 @@ resource "google_container_cluster" "with_node_config" {
|
|||
}
|
||||
|
||||
node_config {
|
||||
machine_type = "f1-micro"
|
||||
machine_type = "g1-small"
|
||||
disk_size_gb = 15
|
||||
oauth_scopes = [
|
||||
"https://www.googleapis.com/auth/compute",
|
||||
|
|
Loading…
Reference in New Issue