Skip to content

Commit

Permalink
adding variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MOHAMMED-ho committed Nov 13, 2024
1 parent c9648b6 commit 606fd57
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,35 @@ variable "elasticsearch_shared" {
variable "elasticsearch_preset" {
type = bool
}
variable "elasticache_owner_name" {
type = string
}
variable "elasticache_shared" {
type = string
}

variable "elasticache_dashboard_name" {
type = string
}

variable "elasticache_preset" {
type = bool
}

variable "dynamodb_owner_name" {
type = string
}
variable "dynamodb_shared" {
type = string
}

variable "dynamodb_dashboard_name" {
type = string
}

variable "dynamodb_preset" {
type = bool
}
variable "aleritng_profile_name" {
type = string
}
Expand Down

0 comments on commit 606fd57

Please sign in to comment.