Skip to content

Commit

Permalink
adding cloudfront and ES dashbaords (#6)
Browse files Browse the repository at this point in the history
adding new dashboards

adding new dashboards

adding new dashboards

adding new dashboards

adding new dashboards

adding new dashboards

adding new dashboards

adding new dashboards
  • Loading branch information
MOHAMMED-ho authored Oct 25, 2024
1 parent 1ad91d4 commit 6575e1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "s3_shared" {
type = string
}
variable "s3_preset" {
type = string
type = bool
}
variable "rds_dashbaord_name" {
type = string
Expand All @@ -24,7 +24,7 @@ variable "rds_shared" {
type = string
}
variable "rds_preset" {
type = string
type = bool
}
variable "mks_dashbaord_name" {
type = string
Expand All @@ -36,7 +36,7 @@ variable "mks_shared" {
type = string
}
variable "mks_preset" {
type = string
type = bool
}
variable "cloudfront_dashbaord_name" {
type = string
Expand All @@ -48,7 +48,7 @@ variable "cloudfront_shared" {
type = string
}
variable "cloudfront_preset" {
type = string
type = bool
}
variable "elasticsearch_dashbaord_name" {
type = string
Expand All @@ -60,7 +60,7 @@ variable "elasticsearch_shared" {
type = string
}
variable "elasticsearch_preset" {
type = string
type = bool
}


Expand Down

0 comments on commit 6575e1a

Please sign in to comment.