From 1bcfa51a40aaecf23d733794ae772fd587ea5fb3 Mon Sep 17 00:00:00 2001 From: Roberto Jung Drebes Date: Wed, 24 Aug 2022 14:41:27 +0200 Subject: [PATCH] fix doc --- modules/cloud-config-container/envoy-traffic-director/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloud-config-container/envoy-traffic-director/README.md b/modules/cloud-config-container/envoy-traffic-director/README.md index f0d9cedd..a37e6081 100644 --- a/modules/cloud-config-container/envoy-traffic-director/README.md +++ b/modules/cloud-config-container/envoy-traffic-director/README.md @@ -50,7 +50,7 @@ module "vm-cos" { | name | description | type | required | default | |---|---|:---:|:---:|:---:| | [docker_logging](variables.tf#L23) | Log via the Docker gcplogs driver. Disable if you use the legacy Logging Agent instead. | bool | | true | -| [envoy_image](variables.tf#L17) | Envoy Proxy container image to use. | string | | "envoyproxy/envoy:v1.14.1" | +| [envoy_image](variables.tf#L17) | Envoy Proxy container image to use. | string | | "envoyproxy/envoy:v1.15.5" | ## Outputs