Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Functional examples are included in the
| database\_name | Cloud SQL database name | `string` | `"django"` | no |
| database\_username | Cloud SQL database name | `string` | `"server"` | no |
| enable\_apis | Whether or not to enable underlying apis in this solution. | `bool` | `true` | no |
| image\_version | Version of the container image to use | `string` | `"v1.13.4"` | no |
| image\_version | Version of the container image to use | `string` | `"v1.13.10"` | no |
| init | Initialize database? | `bool` | `true` | no |
| instance\_name | Cloud SQL Instance name | `string` | `"psql"` | no |
| labels | A set of key/value label pairs to assign to the resources deployed by this blueprint. | `map(string)` | `{}` | no |
Expand Down
2 changes: 1 addition & 1 deletion infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ variable "init" {

variable "image_version" {
type = string
default = "v1.13.4"
default = "v1.13.10"
description = "Version of the container image to use"
}

Expand Down
Loading