From f5fa5f96be3b9ccabce0f09bfcc08cfe777dc007 Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Wed, 13 Sep 2023 08:51:46 -0700 Subject: [PATCH] Update variables.tf --- variables.tf | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/variables.tf b/variables.tf index 828775c..2779e47 100644 --- a/variables.tf +++ b/variables.tf @@ -1,5 +1,7 @@ -variable "subnet_group_name" { - type = string +variable "context" { + description = "This variable contains Radius recipe context." + + type = any } variable "node_type" { @@ -12,10 +14,6 @@ variable "num_shards" { default = 1 } -variable "memory_db_cluster_name" { - type = string -} - variable "num_replicas_per_shard" { type = number default = 0 @@ -30,4 +28,4 @@ variable "sku_name" { type = string description = "The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)" default = "Basic" -} \ No newline at end of file +}