Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
define type of CloudSQL DB Tier
Browse files Browse the repository at this point in the history
[#156966508]

Signed-off-by: Kira Boyle <kboyle@pivotal.io>
  • Loading branch information
dtimm authored and kcboyle committed May 3, 2018
1 parent 5bb4ca4 commit 7f25505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-pcf/gcp/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ variable "db_locket_username" {}
variable "db_locket_password" {}
variable "db_silk_username" {}
variable "db_silk_password" {}

variable "db_cloudsqldb_tier" {
type = "string"
default = "db-f1-micro"
}

0 comments on commit 7f25505

Please sign in to comment.