Usage
module "memorystore" {
source = "github.com/fencepencil/gcp-modules//memorystore"
project_id = "<project_id>"
name = "<name>"
region = "<region>"
network_id = "<network_id>"
tags = var.tags
}Inputs (7)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
project_id | string | GCP project ID | — | yes |
name | string | Instance name | — | yes |
region | string | GCP region | — | yes |
network_id | string | VPC network ID | — | yes |
tier | string | Service tier (BASIC or STANDARD_HA) | STANDARD_HA | no |
memory_size_gb | number | Memory in GB | 1 | no |
auth_enabled | bool | Enable AUTH | true | no |
Outputs (3)
| Name | Description |
|---|---|
instance_id | ID of the Redis instance |
host | Hostname of the instance |
port | Port of the instance |