memorystore-redis
deepak7093/memorystore-redis/gcp
Terraform Module
HCL
GCP
Terraform gcp memorystore redis example
Install
module "memorystore-redis" {
source = "deepak7093/memorystore-redis/gcp"
version = "1.0.0"
}
README
terraform-gcp-memorystore-redis Terraform gcp memorystore redis example
Inputs (14)
| Name | Type | Description | Default |
|---|---|---|---|
| environment | string | Environment to deploy | required |
| name | string | name of the memorystore instance | required |
| authorized_network | string | name of the memorystore authorized network | "default" |
| location_id | string | The zone where the instance will be provisioned | "us-east1-b" |
| alternative_location_id | string | The alternative zone where the instance will be provisioned | "us-east1-d" |
| redis_version | string | the version of Redis software | "REDIS_3_2" |
| labels | map | resource labels to represent user provided metadata | {} |
| reserved_ip_range | string | the CIDR range of internal addresses that are reserved for this instance | "192.168.0.0/29" |
| enable_apis | string | enable redis api | "true" |
| project | string | "villagetravelsproject-193803" | |
| region | string | gcp region to use | "us-east1" |
| tier | string | the service tier of the instance | "STANDARD_HA" |
| display_name | string | an arbitrary and optional user-provided name for the instance | "" |
| memory_size_gb | string | memory size in GiB | 10 |
Outputs (3)
id — The memorystore instance idhost — the ip address of the instanceregion — the region the instance lives inResources (2)
google_project_servicegoogle_redis_instance
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud
GCP
★ Stars0
Forks2
Total downloads5.7k
Inputs14
Outputs3
Resources2
LicenseGPL-3.0
Namespacedeepak7093
Updated