Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Refactor async class to support kubernetes objects #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 docs/resources/google_redis_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down