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"
}
plain text: /constructs/tfmod-deepak7093-memorystore-redis-gcp/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-gcp-memorystore-redis Terraform gcp memorystore redis example

Inputs (14)
NameTypeDescriptionDefault
environmentstringEnvironment to deploy required
namestringname of the memorystore instance required
authorized_networkstringname of the memorystore authorized network"default"
location_idstringThe zone where the instance will be provisioned"us-east1-b"
alternative_location_idstringThe alternative zone where the instance will be provisioned"us-east1-d"
redis_versionstringthe version of Redis software"REDIS_3_2"
labelsmapresource labels to represent user provided metadata{}
reserved_ip_rangestringthe CIDR range of internal addresses that are reserved for this instance"192.168.0.0/29"
enable_apisstringenable redis api"true"
projectstring"villagetravelsproject-193803"
regionstringgcp region to use"us-east1"
tierstringthe service tier of the instance"STANDARD_HA"
display_namestringan arbitrary and optional user-provided name for the instance""
memory_size_gbstringmemory size in GiB10
Outputs (3)
id — The memorystore instance id
host — the ip address of the instance
region — the region the instance lives in
Resources (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