diff --git a/README.md b/README.md index f203574..3ffa089 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ No modules. | [email\_domains](#input\_email\_domains) | Allowed email domains for accessing Grafana | `list(string)` |
[
"philips.com"
]
| no | | [enable\_postgres](#input\_enable\_postgres) | Enable or disables postgres persistence | `bool` | `true` | no | | [environment](#input\_environment) | Environment variables for Grafana app | `map(any)` | `{}` | no | -| [grafana\_image](#input\_grafana\_image) | Grafana Docker image to use | `string` | `"grafana/grafana:9.2.6"` | no | +| [grafana\_image](#input\_grafana\_image) | Grafana Docker image to use | `string` | `"grafana/grafana:9.3.1"` | no | | [grafana\_password](#input\_grafana\_password) | The Grafana password to use | `string` | n/a | yes | | [grafana\_service\_bindings](#input\_grafana\_service\_bindings) | A list of service instances that should be bound to the grafana app | `list(object({ service_instance = string }))` | `[]` | no | | [grafana\_username](#input\_grafana\_username) | The Grafana username to use | `string` | n/a | yes |