Skip to content

Commit

Permalink
Merge pull request #21 from utilitywarehouse/upgrade-cfssl-instances
Browse files Browse the repository at this point in the history
Upgrade cfssl to g1-small as we saw them struggling with memory
  • Loading branch information
ffilippopoulos authored Dec 5, 2019
2 parents a22b6b0 + 3cea3a1 commit 22245a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "cfssl_server_address" {
}

variable "cfssl_machine_type" {
default = "f1-micro"
default = "g1-small"
description = "The type of cfssl instance to launch."
}

Expand Down

0 comments on commit 22245a2

Please sign in to comment.