diff --git a/infra/README.md b/infra/README.md index ef824268..cb12faad 100644 --- a/infra/README.md +++ b/infra/README.md @@ -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 | diff --git a/infra/variables.tf b/infra/variables.tf index 3019e995..ef2160c8 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -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" }