From 80f54d8af661f21d77f1f0f32b0d59fe2d018d55 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Tue, 19 Nov 2019 19:11:08 +0000 Subject: [PATCH] Refactor async class to support kubernetes objects Signed-off-by: Modular Magician --- docs/resources/google_redis_instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/google_redis_instance.md b/docs/resources/google_redis_instance.md index 3d09b6084..08b8c9eca 100644 --- a/docs/resources/google_redis_instance.md +++ b/docs/resources/google_redis_instance.md @@ -46,7 +46,7 @@ Properties that can be accessed from the `google_redis_instance` resource: * `location_id`: The zone where the instance will be provisioned. If not provided, the service will choose a zone for the instance. For STANDARD_HA tier, instances will be created across two zones for protection against zonal failures. If [alternativeLocationId] is also provided, it must be different from [locationId]. - * `name`: The ID of the instance or a fully qualified identifier for the instance. + * `name`: The ID of the instance or a fully qualified identifier for the instance. * `memory_size_gb`: Redis memory size in GiB.