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 +}