Simple Memorystore for Redis
Terraform scripts to create a simple GCP Memorystore for Redis using the module redis.
To create a simple GCP Memorystore for Redis:
terraform init
terraform plan
terraform apply
To delete all resource:
terraform destroy
Requirements
Name |
Version |
|---|---|
>= 1.0 |
|
~> 6.16.0 |
Providers
No providers.
Modules
Name |
Source |
Version |
|---|---|---|
../../../redis |
n/a |
Resources
No resources.
Inputs
Name |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
Project name |
|
|
no |
|
The GCP region to deploy the Memorystore for Redis. |
|
|
no |
Outputs
Name |
Description |
|---|---|
The current zone where the Redis endpoint is placed. |
|
The IP address of the instance. |
|
The Memorystore instance ID. |
|
Info per node |
|
The port number of the exposed Redis endpoint. |
|
The region the instance lives in. |