by shigemk2

当面は技術的なことしか書かない

terraform-google-memorystoreのread_replicas_mode

read_replicas_mode - (Optional) Optional. Read replica mode. Can only be specified when trying to create the instance. If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED.

HCL見てみると、tierがSTANDARD_HAが指定されている時はread_replicas_modeを指定させられるようになってて、デフォルト値はREAD_REPLICAS_DISABLED github.com

registry.terraform.io